Structured output schema
{
"outcome": "Roofers 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": "property address captured during the call.",
"name": "property_address",
"required": true,
"type": "text"
},
{
"description": "roof type captured during the call.",
"name": "roof_type",
"required": true,
"type": "text"
},
{
"description": "leak location captured during the call.",
"name": "leak_location",
"required": true,
"type": "text"
},
{
"description": "storm damage captured during the call.",
"name": "storm_damage",
"required": false,
"type": "text"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"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"
}
]
}