Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
52
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.                         "as":"number"
  10.                     }
  11.                    
  12.                 ],
  13.                 "choices": {
  14.                     "value": "[3 DIGITS]"
  15.                 },
  16.                 "mode": "ANY",             
  17.                 "timeout": 15,
  18.                 "name": "question",
  19.                 "minConfidence": 3,
  20.                 "required": true
  21.             }
  22.         } ,
  23.         {
  24.             "on": {
  25.                 "next": "/TestingJson/step3.json",
  26.                 "event": "continue"
  27.             }
  28.         },
  29.         {
  30.             "on": {
  31.                 "next": "/TestingJson/step5.json",
  32.                 "event": "incomplete"
  33.             }
  34.         }
  35.     ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement