UNPKG

@twilio/autopilot-templates

Version:
45 lines (44 loc) 899 B
{ "actions": [ { "say": "Great! I can help you make a reservation. " }, { "collect": { "name": "make_reservation", "questions": [ { "question": "What's your first name?", "name": "first_name", "type": "Twilio.FIRST_NAME" }, { "question": "Which date would you like?", "name": "reservation_date", "type": "Twilio.DATE" }, { "question": "And, for what time?", "name": "reservation_time", "type": "Twilio.TIME" }, { "question": "How many people are in your party?", "name": "party_size", "type": "Twilio.NUMBER" }, { "question": "Got it. Any special requests?", "name": "special_requests" } ], "on_complete": { "redirect": { "method": "POST", "uri": "https://debt-great-5089.twil.io/deep_table" } } } } ] }