Name | Type | Description | Notes |
---|---|---|---|
display_name | String | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] |
default_responder_id | String | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href="https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide. | [optional] |
page_access_token | String | A Facebook Page Access Token. | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::MessengerUpdate.new(display_name: My awesome integration,
default_responder_id: null,
page_access_token: your_access_token)