Structured output schema
{
"outcome": "Schools Event RSVP 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": "student or staff captured during the call.",
"name": "student_or_staff",
"required": true,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "date captured during the call.",
"name": "date",
"required": false,
"type": "date"
},
{
"description": "reason category captured during the call.",
"name": "reason_category",
"required": false,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
},
{
"description": "guest name captured during the call.",
"name": "guest_name",
"required": false,
"type": "text"
},
{
"description": "attendance status captured during the call.",
"name": "attendance_status",
"required": false,
"type": "text"
},
{
"description": "party size captured during the call.",
"name": "party_size",
"required": false,
"type": "number"
},
{
"description": "dietary notes captured during the call.",
"name": "dietary_notes",
"required": false,
"type": "text"
}
]
}