For an ImageList typical behavior with speaklist is that the items are read out. However it just stops on the last item. It would be nice to wrap up the session explicitly. What would be the best way to handle this?
const s_directive = { type: 'Alexa.Presentation.APL.RenderDocument', version: '1.0', document: mydocument, datasources: data_set } const s_response = handlerInput.responseBuilder .withShouldEndSession(false) .reprompt('Would you like some more?') .addDirective(s_directive) return s_response.getResponse() }
The APL document has the data specifics and the "onMount"