Sha256: 5e796cb11b62347c7625b80bb263269df63b1d8285f6b7463561f4336870b353
Contents?: true
Size: 1.27 KB
Versions: 18
Compression:
Stored size: 1.27 KB
Contents
# UltracartClient::ConversationAgentAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **conversation_participant_name** | **String** | | [optional] | | **jwt** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **pbx_admin** | **Boolean** | | [optional] | | **pbx_jwt** | **String** | | [optional] | | **pbx_supervisor** | **Boolean** | | [optional] | | **pbx_user** | **Boolean** | | [optional] | | **pbx_voice_identity** | **String** | | [optional] | | **pbx_voice_token** | **String** | | [optional] | | **pbx_worker_token** | **String** | | [optional] | | **twilio_accounts** | [**Array<ConversationTwilioAccount>**](ConversationTwilioAccount.md) | | [optional] | | **websocket_url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationAgentAuth.new( conversation_participant_arn: null, conversation_participant_name: null, jwt: null, merchant_id: null, pbx_admin: null, pbx_jwt: null, pbx_supervisor: null, pbx_user: null, pbx_voice_identity: null, pbx_voice_token: null, pbx_worker_token: null, twilio_accounts: null, websocket_url: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems