Structured output schema
{
"outcome": "Insurance Agencies 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": "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": "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": "summary captured during the call.",
"name": "summary",
"required": false,
"type": "text"
},
{
"description": "preferred follow up captured during the call.",
"name": "preferred_follow_up",
"required": false,
"type": "text"
}
]
}