Structured output schema
{
"outcome": "HVAC Companies Appointment Booking 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": "appointment type captured during the call.",
"name": "appointment_type",
"required": false,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": false,
"type": "date"
},
{
"description": "timezone captured during the call.",
"name": "timezone",
"required": false,
"type": "date"
}
]
}