Structured output schema
{
"outcome": "Tenant Complaint 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": "complaint type captured during the call.",
"name": "complaint_type",
"required": true,
"type": "text"
},
{
"description": "incident time captured during the call.",
"name": "incident_time",
"required": false,
"type": "date"
},
{
"description": "evidence available captured during the call.",
"name": "evidence_available",
"required": false,
"type": "text"
},
{
"description": "risk level captured during the call.",
"name": "risk_level",
"required": false,
"type": "text"
}
]
}