Structured output schema
{
"outcome": "Dentists Appointment Rescheduling AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "patient name captured during the call.",
"name": "patient_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": "appointment type captured during the call.",
"name": "appointment_type",
"required": true,
"type": "text"
},
{
"description": "preferred time captured during the call.",
"name": "preferred_time",
"required": true,
"type": "date"
},
{
"description": "insurance provider captured during the call.",
"name": "insurance_provider",
"required": false,
"type": "text"
},
{
"description": "pain or swelling captured during the call.",
"name": "pain_or_swelling",
"required": false,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": false,
"type": "text"
},
{
"description": "current appointment captured during the call.",
"name": "current_appointment",
"required": false,
"type": "text"
},
{
"description": "reason captured during the call.",
"name": "reason",
"required": false,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": false,
"type": "date"
}
]
}