Twilio Call Function - Multiple User input
问题 Here's my code, tried to add more questions in a call when I pass test2 from test1, it won't redirect, it still goes to test1 because event.digits exist. How can I differentiate Digits to call to new function? const got = require('got'); exports.handler = function(context, event, callback) { console.log(context); // We can set up our initial TwiML here let twiml = new Twilio.twiml.VoiceResponse(); let gather = twiml.gather({ input: 'dtmf', finishOnKey: '#' }); if (event.Digits) { var