Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "tropo": [
  3.         {
  4.             "ask": {
  5.                 "attempts": 1,
  6.                 "say": [
  7.                     {
  8.                         "value": "Please enter your Weight only three digits."                                         
  9.                     },
  10.                     {
  11.                         "as": "NUMBER" 
  12.                     },
  13.                     {
  14.                         "voice":"dave"
  15.                     }
  16.                    
  17.                 ],
  18.                 "choices": {
  19.                     "value": "[3 DIGITS]"
  20.                 },
  21.                 "mode": "ANY",             
  22.                 "timeout": 15,
  23.                 "name": "question",
  24.                 "minConfidence": 3,
  25.                 "required": true
  26.             }
  27.         } ,
  28.         {
  29.             "on": {
  30.                 "next": "/TestingJson/step3.json",
  31.                 "event": "continue"
  32.             }
  33.         },
  34.         {
  35.             "on": {
  36.                 "next": "/TestingJson/step5.json",
  37.                 "event": "incomplete"
  38.             }
  39.         }
  40.     ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement