Structured output schema
{
"outcome": "Property Managers Tenant Complaint Intake AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"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 or request captured during the call.",
"name": "issue_or_request",
"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"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": false,
"type": "text"
},
{
"description": "complaint type captured during the call.",
"name": "complaint_type",
"required": false,
"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"
}
]
}