Sha256: 7e3126a05a7c5b5c4e03bc7e061c0f7737a3720b230b2cd65c15818d23302294
Contents?: true
Size: 749 Bytes
Versions: 8
Compression:
Stored size: 749 Bytes
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] | | **twilio_phone_numbers** | **Array<String>** | | [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, twilio_phone_numbers: null, websocket_url: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems