# 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 ) ```