Sha256: 7b85a032699c6255fdcb99fdfbd21ada27ee1a1217ba0b68702b66e1ff5a5679
Contents?: true
Size: 1.05 KB
Versions: 16
Compression:
Stored size: 1.05 KB
Contents
# SunshineConversationsClient::MessengerUpdate ## Properties 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MessengerUpdate.new(display_name: My awesome integration, default_responder_id: null, page_access_token: your_access_token) ```
Version data entries
16 entries across 16 versions & 1 rubygems