Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 732 Bytes

File metadata and controls

22 lines (16 loc) · 732 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]

Example

require 'sunshine-conversations-client'

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