Sha256: 438851edca6d22fa7287af791b8c26af9308004d4c30e5092634031156168c86
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# UltracartClient::ConversationAgentAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **conversation_participant_name** | **String** | | [optional] | | **group_ids** | **Array<Integer>** | UltraCart Groups this user belongs to | [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] | | **user_id** | **Integer** | UltraCart User ID | [optional] | | **websocket_url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationAgentAuth.new( conversation_participant_arn: null, conversation_participant_name: null, group_ids: 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, user_id: null, websocket_url: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.238 | docs/ConversationAgentAuth.md |