Structured output schema
{
"outcome": "Lead Qualification 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": "need captured during the call.",
"name": "need",
"required": true,
"type": "text"
},
{
"description": "budget range captured during the call.",
"name": "budget_range",
"required": true,
"type": "number"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": true,
"type": "date"
},
{
"description": "decision maker captured during the call.",
"name": "decision_maker",
"required": false,
"type": "text"
},
{
"description": "fit score captured during the call.",
"name": "fit_score",
"required": false,
"type": "number"
},
{
"description": "recommended next step captured during the call.",
"name": "recommended_next_step",
"required": false,
"type": "text"
}
]
}