· 5 years ago · Oct 28, 2020, 03:48 PM
1[
2 {
3 "action": "talk",
4 "text": "Welcome to a Voice API I V R.",
5 "voiceName": "Amy",
6 "bargeIn": false
7 },
8 {
9 "action": "talk",
10 "text": "Press 1, for maybe, and 2, for not sure, followed by the hash key.",
11 "voiceName": "Amy",
12 "bargeIn": true
13 },
14 {
15 "action": "input",
16 "submitOnHash": true,
17 "timeOut": 10
18 },
19 {
20 "action": "talk",
21 "text": "Thanks for your input, goodbye.",
22 "voiceName": "Amy"
23 }
24]