Sha256: 88bc10d93a2bb09b0df916fffd3b93063407f9fa3284e4cd7d939b3a36c9541f
Contents?: true
Size: 934 Bytes
Versions: 18
Compression:
Stored size: 934 Bytes
Contents
# SunshineConversationsClient::FormMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'form'] **submitted** | **Boolean** | Flag which states whether the form is submitted. | [optional] [readonly] **block_chat_input** | **Boolean** | true if the message should block the chat input on Web Messenger. | [optional] **fields** | [**Array<FormMessageField>**](FormMessageField.md) | An array of objects representing fields associated with the message. Only present in form and formResponse messages. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::FormMessage.new(type: null, submitted: null, block_chat_input: null, fields: null) ```
Version data entries
18 entries across 18 versions & 1 rubygems