Files
jambonz-node/test/data/good/dial-transcribe.json
2021-02-17 20:06:23 -05:00

21 lines
397 B
JSON

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