Structured output schema
{
"outcome": "Ecommerce Stores Return Request 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": "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": "return reason captured during the call.",
"name": "return_reason",
"required": false,
"type": "text"
},
{
"description": "item condition captured during the call.",
"name": "item_condition",
"required": false,
"type": "text"
},
{
"description": "purchase date captured during the call.",
"name": "purchase_date",
"required": false,
"type": "date"
},
{
"description": "policy exception captured during the call.",
"name": "policy_exception",
"required": false,
"type": "text"
}
]
}