{
"callScoringEnabled": true,
"callScoringRubric": {
"greeting": { "weight": 0.15, "criteria": "Professional greeting with name" },
"resolution": { "weight": 0.30, "criteria": "Issue fully resolved" },
"empathy": { "weight": 0.20, "criteria": "Empathetic and patient tone" },
"compliance": { "weight": 0.20, "criteria": "Follows script and regulations" },
"efficiency": { "weight": 0.15, "criteria": "Resolved within target time" }
},
"liveMonitoringEnabled": true,
"liveMonitoringRole": "supervisor",
"webhookEventsEnabled": true,
"webhookUrl": "https://ops.example.com/webhooks/qa",
"webhookEvents": ["sentiment_drop", "knowledge_gap", "low_score", "escalation"],
"analyticsEnabled": true,
"crmAutoSyncEnabled": true,
"crmProvider": "salesforce",
"crmSyncFields": ["duration", "summary", "score", "sentiment", "tags"],
"knowledgeGapDetectionEnabled": true,
"sentimentEscalationEnabled": true,
"sentimentThreshold": 3
}