| Name | Type | Description | Notes |
|---|---|---|---|
| call_events | Array<ConversationAgentCallEvent> | PBX call records for the agent on the requested day | [optional] |
| chat_events | Array<ConversationAgentChatEvent> | Chat conversations for the agent on the requested day | [optional] |
| error | Error | [optional] | |
| metadata | ResponseMetadata | [optional] | |
| status_events | Array<ConversationAgentStatusEvent> | Status transitions for the agent on the requested day | [optional] |
| success | Boolean | Indicates if API call was successful | [optional] |
| summary | TimelineSummary | [optional] | |
| warning | Warning | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationAgentStatusTimelineResponse.new(
call_events: null,
chat_events: null,
error: null,
metadata: null,
status_events: null,
success: null,
summary: null,
warning: null
)