Sha256: 3851ce2701a4b8abf85c1a32718154cb7c0bd7f618615a1c4676d69bfabece48
Contents?: true
Size: 758 Bytes
Versions: 15
Compression:
Stored size: 758 Bytes
Contents
# SunshineConversationsClient::FormMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'form'] **block_chat_input** | **Boolean** | true if the message should block the chat input on Web Messenger. | [optional] **fields** | [**Array<Field>**](Field.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, block_chat_input: null, fields: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems