Structured output schema
{
"outcome": "Call Screening 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": "company or relationship captured during the call.",
"name": "company_or_relationship",
"required": true,
"type": "text"
},
{
"description": "reason captured during the call.",
"name": "reason",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": true,
"type": "text"
},
{
"description": "requested action captured during the call.",
"name": "requested_action",
"required": false,
"type": "text"
},
{
"description": "spam flag captured during the call.",
"name": "spam_flag",
"required": false,
"type": "text"
},
{
"description": "message summary captured during the call.",
"name": "message_summary",
"required": false,
"type": "text"
}
]
}