Structured output schema
{
"outcome": "Restaurants Customer Intake 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": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "party size captured during the call.",
"name": "party_size",
"required": true,
"type": "number"
},
{
"description": "date time captured during the call.",
"name": "date_time",
"required": false,
"type": "date"
},
{
"description": "allergy or dietary note captured during the call.",
"name": "allergy_or_dietary_note",
"required": false,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
},
{
"description": "email captured during the call.",
"name": "email",
"required": false,
"type": "text"
},
{
"description": "summary captured during the call.",
"name": "summary",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "preferred follow up captured during the call.",
"name": "preferred_follow_up",
"required": false,
"type": "text"
}
]
}