messageFormat property
-
PlainText
- The message contains plain UTF-8 text. -
CustomPayload
- The message is a custom format for the client. -
SSML
- The message contains text formatted for voice output. -
Composite
- The message contains an escaped JSON object containing one or more messages. For more information, see Message Groups.
Implementation
final MessageFormatType? messageFormat;