mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
initial checkin
This commit is contained in:
20
test/data/good/dial-transcribe.json
Normal file
20
test/data/good/dial-transcribe.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"dial": {
|
||||
"action": "http://example.com",
|
||||
"callerId": "+1312888899",
|
||||
"target": [
|
||||
{
|
||||
"type": "phone",
|
||||
"number": "+15083084809"
|
||||
}
|
||||
],
|
||||
"transcribe": {
|
||||
"action": "http://example.com/transcribe",
|
||||
"language" : "en-US",
|
||||
"source" : "both",
|
||||
"interim": true,
|
||||
"vendor": "google",
|
||||
"jsonKey": "--json service key--"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user