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

Version Path
sunshine-conversations-client-10.0.1 docs/FormMessage.md
sunshine-conversations-client-10.0.0 docs/FormMessage.md
sunshine-conversations-client-9.15.0 docs/FormMessage.md
sunshine-conversations-client-9.14.1 docs/FormMessage.md
sunshine-conversations-client-9.14.0 docs/FormMessage.md
sunshine-conversations-client-9.13.0 docs/FormMessage.md
sunshine-conversations-client-9.12.0 docs/FormMessage.md
sunshine-conversations-client-9.11.0 docs/FormMessage.md
sunshine-conversations-client-9.10.0 docs/FormMessage.md
sunshine-conversations-client-9.9.0 docs/FormMessage.md
sunshine-conversations-client-9.8.0 docs/FormMessage.md
sunshine-conversations-client-9.7.0 docs/FormMessage.md
sunshine-conversations-client-9.6.0 docs/FormMessage.md
sunshine-conversations-client-9.5.7 docs/FormMessage.md
sunshine-conversations-client-9.5.6 docs/FormMessage.md