Sha256: 5f3b8149183ed08f54ff0f66072cb8ab1a0dd1e4c7574ad24984e200a47895ff
Contents?: true
Size: 777 Bytes
Versions: 10
Compression:
Stored size: 777 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. form message only. | [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
10 entries across 10 versions & 1 rubygems