Structured output schema
{
"outcome": "Roofers Emergency Call Triage 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": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "risk type captured during the call.",
"name": "risk_type",
"required": false,
"type": "text"
},
{
"description": "danger present captured during the call.",
"name": "danger_present",
"required": false,
"type": "text"
}
]
}