INPUT_OBJECT

StructuredMessageFallbackInput

The fallback content for widgets that do not support structured messages.

link GraphQL Schema definition

1input StructuredMessageFallbackInput {
4
2# The fallback text message content to be sent to target channel.
3msg: String!
9
5# The fallback discrete list of answers that visitor can select from. Note that if
6# an option string contains a '/' character, it will be displayed as two separate
7# options to the visitor.
8options: [String!]
10}