An enum value that specifies the content type of the content generated by a UpdateDraftActionResponse
.
Properties
Property | Type | Description |
---|---|---|
TEXT | Enum | Indicates that the generated content is plain text. Default. |
MUTABLE_HTML | Enum | Indicates that the generated content is formatted as HTML. The content can be edited after it is generated. |
IMMUTABLE_HTML | Enum | Indicates that the generated content is formatted as HTML, but this content cannot be edited after it is generated. |