Structured output schema
{
"outcome": "Electricians 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": "site address captured during the call.",
"name": "site_address",
"required": true,
"type": "text"
},
{
"description": "issue type captured during the call.",
"name": "issue_type",
"required": true,
"type": "text"
},
{
"description": "power outage captured during the call.",
"name": "power_outage",
"required": true,
"type": "text"
},
{
"description": "burning smell captured during the call.",
"name": "burning_smell",
"required": false,
"type": "text"
},
{
"description": "panel access captured during the call.",
"name": "panel_access",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"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"
}
]
}