Structured output schema
{
"outcome": "Gyms Lead Qualification 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": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "goal captured during the call.",
"name": "goal",
"required": true,
"type": "text"
},
{
"description": "membership interest captured during the call.",
"name": "membership_interest",
"required": true,
"type": "text"
},
{
"description": "preferred class captured during the call.",
"name": "preferred_class",
"required": false,
"type": "text"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": false,
"type": "text"
},
{
"description": "follow up captured during the call.",
"name": "follow_up",
"required": false,
"type": "text"
},
{
"description": "need captured during the call.",
"name": "need",
"required": false,
"type": "text"
},
{
"description": "budget range captured during the call.",
"name": "budget_range",
"required": false,
"type": "number"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": false,
"type": "date"
},
{
"description": "decision maker captured during the call.",
"name": "decision_maker",
"required": false,
"type": "text"
}
]
}