Structured output schema
{
"outcome": "Events 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": "event name captured during the call.",
"name": "event_name",
"required": true,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "date time captured during the call.",
"name": "date_time",
"required": false,
"type": "date"
},
{
"description": "party size or role captured during the call.",
"name": "party_size_or_role",
"required": false,
"type": "number"
},
{
"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"
}
]
}