JSON schema
{
"outcome": "Personal assistant call filter 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": "relationship captured during the call.",
"name": "relationship",
"required": true,
"type": "text"
},
{
"description": "reason captured during the call.",
"name": "reason",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": true,
"type": "text"
},
{
"description": "callback window captured during the call.",
"name": "callback_window",
"required": false,
"type": "text"
},
{
"description": "recommended response captured during the call.",
"name": "recommended_response",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,relationship,reason,urgency,callback_window,recommended_response