I have an Alexa App that has multiple intents
, however, after any of the intents are triggered, Alexa shuts down. Each intent
has shouldEndSession
equal to false
. Each of the intents has a callback:
callback(sessionAttributes,
buildSpeechletResponse(speechOutput, repromptText, shouldEndSession));
I've also logged the app, and shouldEndSession
is equal to false. Does Alexa only listen for one intent?