Structured output schema
{
"outcome": "Appointment Booking for Real Estate Agents 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 or area captured during the call.",
"name": "property_or_area",
"required": true,
"type": "text"
},
{
"description": "buy or rent captured during the call.",
"name": "buy_or_rent",
"required": true,
"type": "text"
},
{
"description": "budget captured during the call.",
"name": "budget",
"required": true,
"type": "number"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": false,
"type": "date"
},
{
"description": "inspection preference captured during the call.",
"name": "inspection_preference",
"required": false,
"type": "text"
},
{
"description": "appointment type captured during the call.",
"name": "appointment_type",
"required": false,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": false,
"type": "date"
},
{
"description": "timezone captured during the call.",
"name": "timezone",
"required": false,
"type": "date"
},
{
"description": "notes captured during the call.",
"name": "notes",
"required": false,
"type": "text"
}
]
}