JSON schema
{
"outcome": "Language practice 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": "language captured during the call.",
"name": "language",
"required": true,
"type": "text"
},
{
"description": "level captured during the call.",
"name": "level",
"required": true,
"type": "text"
},
{
"description": "topics practiced captured during the call.",
"name": "topics_practiced",
"required": true,
"type": "text"
},
{
"description": "corrections captured during the call.",
"name": "corrections",
"required": false,
"type": "text"
},
{
"description": "confidence captured during the call.",
"name": "confidence",
"required": false,
"type": "text"
},
{
"description": "next vocabulary captured during the call.",
"name": "next_vocabulary",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,language,level,topics_practiced,corrections,confidence,next_vocabulary