Structured output schema
{
"outcome": "After-hours Call Answering AI phone prompt 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": "issue type captured during the call.",
"name": "issue_type",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": true,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": true,
"type": "text"
},
{
"description": "safe to wait captured during the call.",
"name": "safe_to_wait",
"required": false,
"type": "text"
},
{
"description": "requested response time captured during the call.",
"name": "requested_response_time",
"required": false,
"type": "date"
}
]
}