Structured output schema
{
"outcome": "Law Firms Customer Intake 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": "email captured during the call.",
"name": "email",
"required": false,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "preferred follow up captured during the call.",
"name": "preferred_follow_up",
"required": false,
"type": "text"
}
]
}