Structured output schema
{
"outcome": "Medical Clinics Customer 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": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "preferred provider captured during the call.",
"name": "preferred_provider",
"required": true,
"type": "text"
},
{
"description": "preferred time captured during the call.",
"name": "preferred_time",
"required": false,
"type": "date"
},
{
"description": "urgent symptom flag captured during the call.",
"name": "urgent_symptom_flag",
"required": false,
"type": "text"
},
{
"description": "callback needed captured during the call.",
"name": "callback_needed",
"required": false,
"type": "text"
},
{
"description": "email captured during the call.",
"name": "email",
"required": false,
"type": "text"
},
{
"description": "summary captured during the call.",
"name": "summary",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "preferred follow up captured during the call.",
"name": "preferred_follow_up",
"required": false,
"type": "text"
}
]
}