# UltracartClient::ConversationAgentAuthResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_participant_arn** | **String** | | [optional] | | **jwt** | **String** | | [optional] | | **websocket_url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationAgentAuthResponse.new( conversation_participant_arn: null, jwt: null, websocket_url: null ) ```