Sha256: 690d2ed7c0ed1bb719241bbd8fb95b22010e253ae5cd4afae42dcb83b5a7557b

Contents?: true

Size: 1.2 KB

Versions: 19

Compression:

Stored size: 1.2 KB

Contents

# SunshineConversationsClient::Reply

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of action. | 
**text** | **String** | The button text. Text longer than 20 characters will be truncated on Facebook Messenger, and longer than 40 characters will be truncated on Web Messenger, iOS, and Android. | 
**payload** | **String** | A string payload to help you identify the action context. Used when posting the reply. You can also use metadata for more complex needs. | 
**metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans  are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size.  | [optional] 
**icon_url** | **String** | An icon to render next to the reply option. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Reply.new(type: null,
                                 text: null,
                                 payload: null,
                                 metadata: {"lang":"en-ca"},
                                 icon_url: null)
```


Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.12.0 docs/Reply.md
sunshine-conversations-client-9.11.0 docs/Reply.md
sunshine-conversations-client-9.10.0 docs/Reply.md
sunshine-conversations-client-9.9.0 docs/Reply.md
sunshine-conversations-client-9.8.0 docs/Reply.md
sunshine-conversations-client-9.7.0 docs/Reply.md
sunshine-conversations-client-9.6.0 docs/Reply.md
sunshine-conversations-client-9.5.7 docs/Reply.md
sunshine-conversations-client-9.5.6 docs/Reply.md
sunshine-conversations-client-9.4.6 docs/Reply.md
sunshine-conversations-client-9.4.5 docs/Reply.md
sunshine-conversations-client-9.4.4 docs/Reply.md
sunshine-conversations-client-9.4.3 docs/Reply.md
sunshine-conversations-client-9.4.2 docs/Reply.md
sunshine-conversations-client-9.4.1 docs/Reply.md
sunshine-conversations-client-9.4.0 docs/Reply.md
sunshine-conversations-client-9.3.0 docs/Reply.md
sunshine-conversations-client-9.2.0 docs/Reply.md
sunshine-conversations-client-9.1.1 docs/Reply.md