Sha256: a5cf239c0e93dd6005d080a4bac3886a78a523480849a5af9a76d463c6e54517

Contents?: true

Size: 802 Bytes

Versions: 26

Compression:

Stored size: 802 Bytes

Contents

# SunshineConversationsClient::FormResponseMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of message. | [default to 'formResponse']
**fields** | [**Array<FormResponseMessageField>**](FormResponseMessageField.md) | 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

```ruby
require 'SunshineConversationsClient'

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


Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/FormResponseMessage.md
sunshine-conversations-client-12.2.2 docs/FormResponseMessage.md
sunshine-conversations-client-12.2.0 docs/FormResponseMessage.md
sunshine-conversations-client-12.1.0 docs/FormResponseMessage.md
sunshine-conversations-client-12.0.0 docs/FormResponseMessage.md
sunshine-conversations-client-11.0.0 docs/FormResponseMessage.md