markupSyntax property
Specifies the desired output syntax for the Chat message formatted_text
field.
Optional. Possible string values are:
- "MARKUP_SYNTAX_UNSPECIFIED" : Represents the unspecified value.
- "MARKUP_SYNTAX_CHAT" : Uses Google Chat's markup syntax. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
- "MARKUP_SYNTAX_MARKDOWN" : Uses Markdown syntax. This syntax is based on the CommonMark specification, with additional extensions. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
Implementation
core.String? markupSyntax;