ConversationSendMessageOptions
Options to set message content in the conversation.
Either
text
or
payload
(or both) should be specified.
Props
payload
payload:
Optional. Message payload. Always configure if you do not specify
text
.
text
text: string
Optional. Message text, maximum 5000 characters. Always configure if you do not specify
payload
.