Rate this page:

ConversationSendMessageOptions

Options to set message content in the conversation.

Either text or payload (or both) should be specified.

Props

payload

Copy URL
payload: 

UnknownObject[]

Optional. Message payload. Always configure if you do not specify text .

text

Copy URL
text: 

string

Optional. Message text, maximum 5000 characters. Always configure if you do not specify payload .