Structured output schema
{
"outcome": "Law Firms After-hours Call Answering AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"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": "matter type captured during the call.",
"name": "matter_type",
"required": true,
"type": "text"
},
{
"description": "jurisdiction captured during the call.",
"name": "jurisdiction",
"required": true,
"type": "text"
},
{
"description": "deadline captured during the call.",
"name": "deadline",
"required": false,
"type": "text"
},
{
"description": "opposing party captured during the call.",
"name": "opposing_party",
"required": false,
"type": "text"
},
{
"description": "summary captured during the call.",
"name": "summary",
"required": false,
"type": "text"
},
{
"description": "issue type captured during the call.",
"name": "issue_type",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "safe to wait captured during the call.",
"name": "safe_to_wait",
"required": false,
"type": "text"
}
]
}