Structured output schema
{
"outcome": "Insurance Agencies Quote Request 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": "policy or quote type captured during the call.",
"name": "policy_or_quote_type",
"required": true,
"type": "text"
},
{
"description": "incident or need captured during the call.",
"name": "incident_or_need",
"required": true,
"type": "text"
},
{
"description": "date captured during the call.",
"name": "date",
"required": false,
"type": "date"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "licensed agent follow up captured during the call.",
"name": "licensed_agent_follow_up",
"required": false,
"type": "text"
},
{
"description": "scope captured during the call.",
"name": "scope",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": false,
"type": "date"
},
{
"description": "budget range captured during the call.",
"name": "budget_range",
"required": false,
"type": "number"
}
]
}