Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 802 Bytes

FormResponseMessage.md

File metadata and controls

21 lines (14 loc) · 802 Bytes

SunshineConversationsClient::FormResponseMessage

Properties

Name Type Description Notes
type String The type of message. [default to 'formResponse']
fields Array<FormResponseMessageField> Array of field objects that contain the submitted fields.
text_fallback String A string containing the `label: value` of all fields, each separated by a newline character. [optional] [readonly]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::FormResponseMessage.new(type: null,
                                 fields: null,
                                 text_fallback: null)