Structured output schema
{
"outcome": "HVAC Companies Missed-call Recovery 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": "address captured during the call.",
"name": "address",
"required": true,
"type": "text"
},
{
"description": "system type captured during the call.",
"name": "system_type",
"required": true,
"type": "text"
},
{
"description": "symptom captured during the call.",
"name": "symptom",
"required": true,
"type": "text"
},
{
"description": "indoor temperature captured during the call.",
"name": "indoor_temperature",
"required": false,
"type": "text"
},
{
"description": "vulnerable occupants captured during the call.",
"name": "vulnerable_occupants",
"required": false,
"type": "text"
},
{
"description": "preferred time captured during the call.",
"name": "preferred_time",
"required": false,
"type": "date"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": false,
"type": "text"
},
{
"description": "reason for call captured during the call.",
"name": "reason_for_call",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "service needed captured during the call.",
"name": "service_needed",
"required": false,
"type": "text"
}
]
}