Structured output schema
{
"outcome": "Landscapers Quote Request Intake 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": "service type captured during the call.",
"name": "service_type",
"required": true,
"type": "text"
},
{
"description": "site size captured during the call.",
"name": "site_size",
"required": true,
"type": "number"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
},
{
"description": "access notes captured during the call.",
"name": "access_notes",
"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": "scope captured during the call.",
"name": "scope",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "budget range captured during the call.",
"name": "budget_range",
"required": false,
"type": "number"
}
]
}