Structured output schema
{
"outcome": "Ecommerce Stores Order Status Call 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": "order number captured during the call.",
"name": "order_number",
"required": true,
"type": "text"
},
{
"description": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "product captured during the call.",
"name": "product",
"required": false,
"type": "text"
},
{
"description": "issue captured during the call.",
"name": "issue",
"required": false,
"type": "text"
},
{
"description": "requested resolution captured during the call.",
"name": "requested_resolution",
"required": false,
"type": "text"
},
{
"description": "email or zip check captured during the call.",
"name": "email_or_zip_check",
"required": false,
"type": "text"
},
{
"description": "status question captured during the call.",
"name": "status_question",
"required": false,
"type": "text"
},
{
"description": "delivery issue captured during the call.",
"name": "delivery_issue",
"required": false,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
}
]
}