Structured output schema
{
"outcome": "Product Support Call 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": "issue summary captured during the call.",
"name": "issue_summary",
"required": true,
"type": "text"
},
{
"description": "steps to reproduce captured during the call.",
"name": "steps_to_reproduce",
"required": true,
"type": "text"
},
{
"description": "impact captured during the call.",
"name": "impact",
"required": false,
"type": "text"
},
{
"description": "order or account reference captured during the call.",
"name": "order_or_account_reference",
"required": false,
"type": "text"
},
{
"description": "priority captured during the call.",
"name": "priority",
"required": false,
"type": "text"
}
]
}