Last active
November 21, 2018 08:06
-
-
Save mauricioklein/615eb2596e98aec0f82cea6218396c8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"action": "talk", | |
"text": "Hello! This is an automated call from ACME company.", | |
"voiceName": "Brian", | |
"bargeIn": false | |
}, | |
{ | |
"action": "talk", | |
"text": "Please confirm the service request for Max Mustermann, PNR: B, C, X, 4, 5, 1, 3.", | |
"voiceName": "Brian", | |
"bargeIn": false | |
}, | |
{ | |
"action": "talk", | |
"text": "Press 1, for accept the service, and 2, for reject, followed by the hash key.", | |
"voiceName": "Brian", | |
"bargeIn": true | |
}, | |
{ | |
"action": "input", | |
"submitOnHash": true, | |
"timeOut": 10 | |
}, | |
{ | |
"action": "talk", | |
"text": "Thanks for your input, goodbye.", | |
"voiceName": "Brian" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"action": "talk", | |
"text": "Hello! This is an automated call from ACME company.", | |
"voiceName": "Brian", | |
"bargeIn": false | |
}, | |
{ | |
"action": "talk", | |
"text": "The service request for Max Mustermann, PNR: B, C, X, 4, 5, 1, 3, is confirmed.", | |
"voiceName": "Brian", | |
"bargeIn": false | |
}, | |
{ | |
"action": "talk", | |
"text": "Please schedule a technician to perform the job. Thanks!", | |
"voiceName": "Brian", | |
"bargeIn": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment