Structured output schema
{
"outcome": "Appointment Booking for Recruiters outcome",
"fields": [
{
"description": "candidate name captured during the call.",
"name": "candidate_name",
"required": true,
"type": "date"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "role captured during the call.",
"name": "role",
"required": true,
"type": "text"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": true,
"type": "text"
},
{
"description": "experience summary captured during the call.",
"name": "experience_summary",
"required": true,
"type": "text"
},
{
"description": "salary range captured during the call.",
"name": "salary_range",
"required": false,
"type": "text"
},
{
"description": "recruiter notes captured during the call.",
"name": "recruiter_notes",
"required": false,
"type": "text"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"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"
}
]
}