Sha256: a5cf239c0e93dd6005d080a4bac3886a78a523480849a5af9a76d463c6e54517
Contents?: true
Size: 802 Bytes
Versions: 18
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
18 entries across 18 versions & 1 rubygems