{
"escalations": [
{
"id": "detail-id",
"conversationId": "conv-id",
"agentId": "agent-uuid",
"agentName": "Support Genie",
"agentBranding": null,
"summary": "Caller requested human escalation.",
"occurredAt": "2024-01-07T10:00:00Z",
"reason": "requested_human"
}
],
"lowSentiment": [
{
"id": "detail-id",
"conversationId": "conv-id",
"agentId": "agent-uuid",
"agentName": "Support Genie",
"agentBranding": null,
"summary": "Caller was frustrated with the response.",
"score": 0.21,
"occurredAt": "2024-01-07T11:00:00Z"
}
],
"negativeFeedback": [
{
"id": "feedback-id",
"conversationId": "conv-id",
"agentId": "agent-uuid",
"agentName": "Support Genie",
"agentBranding": null,
"feedbackText": "Didn't answer my question.",
"occurredAt": "2024-01-07T12:00:00Z"
}
],
"silentGenies": [
{
"agentId": "agent-uuid",
"agentName": "Onboarding Genie",
"agentBranding": null,
"createdAt": "2023-12-01T00:00:00Z"
}
],
"threshold": 0.4,
"window": {
"start": "2024-01-01T00:00:00Z",
"end": "2024-01-08T00:00:00Z"
}
}