Sha256: 9a2401ddb399a1269fefd9520b01c80aaa1847832499393edff952c336470cf8

Contents?: true

Size: 934 Bytes

Versions: 51

Compression:

Stored size: 934 Bytes

Contents

# SunshineConversationsClient::ExtraChannelOptionsMessenger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messenger_extensions** | **Boolean** | For webview type actions, a boolean value indicating whether the URL should be loaded with Messenger Extensions enabled. [More info](https://developers.facebook.com/docs/messenger-platform/send-api-reference/url-button). | [optional] [default to false]
**webview_share_button** | **String** | For webview type actions, a string value indicating if the share button should be hidden. [More Info](https://developers.facebook.com/docs/messenger-platform/reference/buttons/url). | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ExtraChannelOptionsMessenger.new(messenger_extensions: false,
                                 webview_share_button: null)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.6 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.5 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.4 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.3 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.2 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.1 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.4.0 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.3.0 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.2.0 docs/ExtraChannelOptionsMessenger.md
sunshine-conversations-client-9.1.1 docs/ExtraChannelOptionsMessenger.md