JSON schema
{
"outcome": "Appointment rescheduling 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": "current appointment captured during the call.",
"name": "current_appointment",
"required": true,
"type": "text"
},
{
"description": "reason captured during the call.",
"name": "reason",
"required": true,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": true,
"type": "date"
},
{
"description": "cancellation or reschedule captured during the call.",
"name": "cancellation_or_reschedule",
"required": false,
"type": "text"
},
{
"description": "policy issue captured during the call.",
"name": "policy_issue",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,current_appointment,reason,preferred_times,cancellation_or_reschedule,policy_issue