| Name | Type | Description | Notes |
|---|---|---|---|
| agent_name | string | Display name of the AI agent | [optional] |
| agent_uuid | string | UUID of the AI agent configuration used | [optional] |
| cost | \ultracart\v2\models\ConversationPbxCallAiCost | [optional] | |
| ended_at_dts | string | Timestamp when the AI engagement ended | [optional] |
| engagement_type | string | Type of AI engagement | [optional] |
| session_uuid | string | Unique identifier for this AI engagement session | [optional] |
| started_at_dts | string | Timestamp when the AI engagement started | [optional] |
| status | string | Status of the AI engagement | [optional] |
| tool_calls | \ultracart\v2\models\ConversationPbxCallAiToolCall[] | List of tool calls made by the AI agent during this engagement | [optional] |
| whispers | \ultracart\v2\models\ConversationPbxCallAiWhisper[] | List of coaching whispers sent during this engagement | [optional] |