Files
jambonz-feature-server/test/data/good/dial-transcribe.json
2020-01-25 11:47:33 -05:00

21 lines
415 B
JSON

{
"dial": {
"action": "http://example.com",
"callerId": "+1312888899",
"target": [
{
"type": "phone",
"number": "+15083084809"
}
],
"transcribe": {
"transcriptionCallback": "http://example.com/transcribe",
"recognizer": {
"vendor": "google",
"language" : "en-US",
"dualChannel" : true,
"interim": true
}
}
}
}