I am trying to develop a skill where alexa continues to speak until stopped. Say I have an array of items that I want alexa to cycle through and speak.
So far I have only managed to wait for a reprompt / end session where I call on Amazon.NextIntent to move on to the next item in the list, however that requires user to keep saying next..next..
Any ideas/tips on how I can achieve this? I am using a self hosted service.