Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 758 Bytes

File metadata and controls

21 lines (14 loc) · 758 Bytes

SunshineConversationsClient::FormMessage

Properties

Name Type Description Notes
type String The type of message. [default to 'form']
block_chat_input Boolean true if the message should block the chat input on Web Messenger. [optional]
fields Array<Field> An array of objects representing fields associated with the message. Only present in form and formResponse messages.

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::FormMessage.new(type: null,
                                 block_chat_input: null,
                                 fields: null)