textSyntax property

String? textSyntax
getter/setter pair

The syntax of the text.

If not set, the text is rendered as HTML. Google Chat apps: Possible string values are:

  • "TEXT_SYNTAX_UNSPECIFIED" : The text is rendered as HTML if unspecified.
  • "HTML" : The text is rendered as HTML. This is the default value.
  • "MARKDOWN" : The text is rendered as Markdown.

Implementation

core.String? textSyntax;