Structured output schema
{
"outcome": "Property Managers Rental Inquiry Handling 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": "move in date captured during the call.",
"name": "move_in_date",
"required": false,
"type": "date"
},
{
"description": "budget captured during the call.",
"name": "budget",
"required": false,
"type": "number"
},
{
"description": "pets captured during the call.",
"name": "pets",
"required": false,
"type": "text"
}
]
}