Structured output schema
{
"outcome": "Quote Request Intake AI phone prompt outcome",
"fields": [
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "scope captured during the call.",
"name": "scope",
"required": true,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": true,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": true,
"type": "date"
},
{
"description": "budget range captured during the call.",
"name": "budget_range",
"required": false,
"type": "number"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
},
{
"description": "quote priority captured during the call.",
"name": "quote_priority",
"required": false,
"type": "text"
}
]
}