Sha256: 7d889c81d7208967d4f69ed12f27d565cbd7c3eaf01ebf51ec486011530aa911
Contents?: true
Size: 1.24 KB
Versions: 19
Compression:
Stored size: 1.24 KB
Contents
# SunshineConversationsClient::FormResponseMessageField ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The field type. | **name** | **String** | The name of the field. Must be unique per form or formResponse. | **label** | **String** | The label of the field. What the field is displayed as on Web Messenger. | **text** | **String** | Specifies the response for a text field. | [optional] **email** | **String** | Specifies the response for a email field. | [optional] **select** | **Array<Object>** | Array of objects representing the response for a field of type select. Form and formResponse messages only. | [optional] **quoted_message_id** | **String** | The messageId for the form that this response belongs to. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::FormResponseMessageField.new(type: null, name: null, label: null, text: null, email: null, select: null, quoted_message_id: null) ```
Version data entries
19 entries across 19 versions & 1 rubygems