Sha256: e8d9d93484b23d814942dfdefc5d6b61c116e62b4fda73352f44fc87199b0f33

Contents?: true

Size: 1.28 KB

Versions: 24

Compression:

Stored size: 1.28 KB

Contents

# SunshineConversationsClient::Reply

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of action. | 
**text** | **String** | The button text. We recommend a non-empty value because some channels may not support empty ones. 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

24 entries across 24 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.0.0 docs/Reply.md
sunshine-conversations-client-13.2.0 docs/Reply.md
sunshine-conversations-client-13.1.0 docs/Reply.md
sunshine-conversations-client-13.0.0 docs/Reply.md
sunshine-conversations-client-12.8.0 docs/Reply.md
sunshine-conversations-client-12.7.0 docs/Reply.md
sunshine-conversations-client-12.6.2 docs/Reply.md
sunshine-conversations-client-12.6.1 docs/Reply.md
sunshine-conversations-client-12.6.0 docs/Reply.md
sunshine-conversations-client-12.5.1 docs/Reply.md
sunshine-conversations-client-12.4.0 docs/Reply.md
sunshine-conversations-client-12.3.1 docs/Reply.md
sunshine-conversations-client-12.3.0 docs/Reply.md
sunshine-conversations-client-12.2.2 docs/Reply.md
sunshine-conversations-client-12.2.0 docs/Reply.md
sunshine-conversations-client-12.1.0 docs/Reply.md
sunshine-conversations-client-12.0.0 docs/Reply.md
sunshine-conversations-client-11.0.0 docs/Reply.md
sunshine-conversations-client-10.0.1 docs/Reply.md
sunshine-conversations-client-10.0.0 docs/Reply.md