Structured output schema
{
"outcome": "Review Request 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": "satisfaction captured during the call.",
"name": "satisfaction",
"required": true,
"type": "text"
},
{
"description": "concerns captured during the call.",
"name": "concerns",
"required": true,
"type": "text"
},
{
"description": "review interest captured during the call.",
"name": "review_interest",
"required": true,
"type": "text"
},
{
"description": "follow up needed captured during the call.",
"name": "follow_up_needed",
"required": false,
"type": "text"
},
{
"description": "review platform captured during the call.",
"name": "review_platform",
"required": false,
"type": "text"
}
]
}