Structured output schema
{
"outcome": "Maintenance Report 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": "property captured during the call.",
"name": "property",
"required": true,
"type": "text"
},
{
"description": "unit captured during the call.",
"name": "unit",
"required": true,
"type": "text"
},
{
"description": "issue captured during the call.",
"name": "issue",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "access permission captured during the call.",
"name": "access_permission",
"required": false,
"type": "text"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
}
]
}