JSON schema
{
"outcome": "Emergency call triage outcome",
"fields": [
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": true,
"type": "text"
},
{
"description": "risk type captured during the call.",
"name": "risk_type",
"required": true,
"type": "text"
},
{
"description": "danger present captured during the call.",
"name": "danger_present",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "human escalation required captured during the call.",
"name": "human_escalation_required",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,location,risk_type,danger_present,urgency,human_escalation_required