Skip to content

Instantly share code, notes, and snippets.

@mauricioklein
Last active November 21, 2018 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricioklein/615eb2596e98aec0f82cea6218396c8b to your computer and use it in GitHub Desktop.
Save mauricioklein/615eb2596e98aec0f82cea6218396c8b to your computer and use it in GitHub Desktop.
[
{
"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"
}
]
[
{
"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