Sha256: c7e59d444763ed599887e43ac3bfa12e5102d4453a3b8f21eefdb6e168434e19
Contents?: true
Size: 764 Bytes
Versions: 25
Compression:
Stored size: 764 Bytes
Contents
# SunshineConversationsClient::FormResponseMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'formResponse'] **fields** | [**Array<Field>**](Field.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
25 entries across 25 versions & 1 rubygems