Sha256: ab9acae1b872e155e1d30a3cac4ac7a52f1e2974f97b6546ccf789f6312b4734
Contents?: true
Size: 1.45 KB
Versions: 16
Compression:
Stored size: 1.45 KB
Contents
# SunshineConversationsClient::Viber ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | To configure a Viber integration, acquire the Viber Public Account token from the user and call the Create Integration endpoint. | [optional] [default to 'viber'] **token** | **String** | Viber Public Account token. | **uri** | **String** | Unique URI of the Viber account. | [optional] [readonly] **account_id** | **String** | Unique ID of the Viber account. | [optional] [readonly] **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] **default_responder** | [**DefaultResponderDefaultResponder**](DefaultResponderDefaultResponder.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Viber.new(type: null, token: 445da6az1s345z78-dazcczb2542zv51a-e0vc5fva17480im9, uri: null, account_id: null, default_responder_id: null, default_responder: null) ```
Version data entries
16 entries across 16 versions & 1 rubygems