INPUT_OBJECT
StructuredMessageFallbackInput
The fallback content for widgets that do not support structured messages.
link GraphQL Schema definition
1 input StructuredMessageFallbackInput { 4 2 # The fallback text message content to be sent to target channel. 3 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. 8 String!] : [ 10 }