Sha256: 7b3d0529b3e0d48e2f28dd2d052261a1cc8b0af1dc2c1c45060dcc5ef7e1b5c7
Contents?: true
Size: 1.07 KB
Versions: 11
Compression:
Stored size: 1.07 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_jwt** | **String** | | [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_jwt: null, pbx_voice_identity: null, pbx_voice_token: null, pbx_worker_token: null, twilio_accounts: null, websocket_url: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems