I get this "the requested skill took too long to respond" error from Alexa after having her say everything, but the user not saying something.
res.say(say).reprompt(reprompt).shouldEndSession(false);
res.send()
I'm not sure how to either keep the session going longer or to have her timeout silently. Is there something I can do differently? Thanks.
I get this "the requested skill took too long to respond" error from Alexa after having her say everything, but the user not saying something.
I'm not sure how to either keep the session going longer or to have her timeout silently. Is there something I can do differently? Thanks.