| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of message. | [default to 'formResponse'] |
| fields | Array<Field> | 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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::FormResponseMessage.new(type: null,
fields: null,
text_fallback: null)