Files
jambonz-feature-server/test/data/good/dial-transcribe.json
2020-01-17 09:15:23 -05:00

21 lines
400 B
JSON

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