The data schema for GenerativeAgent reporting feed.

FieldDescription
company_nameCompany name associated with the conversation
issue_idIdentifier for the specific issue or conversation
instance_tsTimestamp of the conversation
generative_agent_turns__turn_ctNumber of turns in the conversation involving GenerativeAgent
generative_agent_turns__turn_duration_ms_sumTotal duration in milliseconds between the time GenerativeAgent started processing a response and the time it sent a response, across all turns
generative_agent_turns__utterance_ctNumber of utterances made by GenerativeAgent
generative_agent_turns__is_escalationBoolean value indicating whether GenerativeAgent finalized a turn with an indication to escalate to a human agent.

Note: “is_escalation” indicates only that an escalation was requested by GenerativeAgent, and not that the customer was connected to a human agent.

generative_agent_tasks__first_task_nameName of the first task entered by GenerativeAgent
generative_agent_tasks__last_task_nameName of the last task entered by GenerativeAgent
generative_agent_tasks__task_ctNumber of tasks entered by GenerativeAgent during the conversation
generative_agent_tasks__configuration_idConfiguration version used for the conversation

Was this page helpful?