Structured output schema
{
"outcome": "Warranty Claim Intake AI phone prompt outcome",
"fields": [
{
"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": "product captured during the call.",
"name": "product",
"required": true,
"type": "text"
},
{
"description": "purchase date captured during the call.",
"name": "purchase_date",
"required": true,
"type": "date"
},
{
"description": "order number captured during the call.",
"name": "order_number",
"required": true,
"type": "text"
},
{
"description": "defect captured during the call.",
"name": "defect",
"required": false,
"type": "text"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
},
{
"description": "eligibility notes captured during the call.",
"name": "eligibility_notes",
"required": false,
"type": "text"
}
]
}