Structured output schema
{
"outcome": "Events Vendor Quote Collection 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": "vendor name captured during the call.",
"name": "vendor_name",
"required": false,
"type": "text"
},
{
"description": "item or service captured during the call.",
"name": "item_or_service",
"required": false,
"type": "text"
},
{
"description": "quoted price captured during the call.",
"name": "quoted_price",
"required": false,
"type": "text"
},
{
"description": "lead time captured during the call.",
"name": "lead_time",
"required": false,
"type": "date"
}
]
}