| 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] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::FormResponseMessage.new(
type: null,
fields: null,
text_fallback: null
)