Structured output schema
{
"outcome": "Appointment Confirmation 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": "appointment date captured during the call.",
"name": "appointment_date",
"required": true,
"type": "date"
},
{
"description": "confirmation status captured during the call.",
"name": "confirmation_status",
"required": true,
"type": "text"
},
{
"description": "change request captured during the call.",
"name": "change_request",
"required": true,
"type": "text"
},
{
"description": "prep notes acknowledged captured during the call.",
"name": "prep_notes_acknowledged",
"required": false,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
}
]
}