Enum ContentType

ContentType

An enum value that specifies the content type of the content generated by a UpdateDraftActionResponse.

To call an enum, you call its parent class, name, and property. For example, CardService.ContentType.TEXT.

Properties

PropertyTypeDescription
TEXTEnumIndicates that the generated content is plain text. Default.
MUTABLE_HTMLEnumIndicates that the generated content is formatted as HTML. The content can be edited after it is generated.
IMMUTABLE_HTMLEnumIndicates that the generated content is formatted as HTML, but this content cannot be edited after it is generated.