Structured output schema
{
"outcome": "Compliance Training Quiz AI phone prompt outcome",
"fields": [
{
"description": "participant name captured during the call.",
"name": "participant_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": "quiz topic captured during the call.",
"name": "quiz_topic",
"required": true,
"type": "text"
},
{
"description": "score captured during the call.",
"name": "score",
"required": true,
"type": "number"
},
{
"description": "missed questions captured during the call.",
"name": "missed_questions",
"required": true,
"type": "text"
},
{
"description": "completion status captured during the call.",
"name": "completion_status",
"required": false,
"type": "text"
},
{
"description": "recommended review captured during the call.",
"name": "recommended_review",
"required": false,
"type": "text"
}
]
}