Structured output schema
{
"outcome": "Salons Appointment Confirmation AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "client name captured during the call.",
"name": "client_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": "service type captured during the call.",
"name": "service_type",
"required": true,
"type": "text"
},
{
"description": "stylist preference captured during the call.",
"name": "stylist_preference",
"required": true,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": false,
"type": "date"
},
{
"description": "reschedule reason captured during the call.",
"name": "reschedule_reason",
"required": false,
"type": "text"
},
{
"description": "notes captured during the call.",
"name": "notes",
"required": false,
"type": "text"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": false,
"type": "text"
},
{
"description": "appointment date captured during the call.",
"name": "appointment_date",
"required": false,
"type": "date"
},
{
"description": "confirmation status captured during the call.",
"name": "confirmation_status",
"required": false,
"type": "text"
},
{
"description": "change request captured during the call.",
"name": "change_request",
"required": false,
"type": "text"
}
]
}