Sha256: bf28cbb7dbe7062210d6b52368541bb7228c3f48520a18bb4fed95753ea28bc1
Contents?: true
Size: 887 Bytes
Versions: 29
Compression:
Stored size: 887 Bytes
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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Viber.new(type: null, token: 445da6az1s345z78-dazcczb2542zv51a-e0vc5fva17480im9, uri: null, account_id: null) ```
Version data entries
29 entries across 29 versions & 1 rubygems