amazon-archives / legacy-skill-samples-java

These samples utilize a version of the Alexa Skills Kit SDK that is no longer supported. Please visit https://github.com/alexa/alexa-skills-kit-sdk-for-java
https://github.com/alexa/alexa-skills-kit-sdk-for-java
Other
94 stars 142 forks source link

historybuff - pagination conceptual question #2

Closed ianduvall closed 6 years ago

ianduvall commented 6 years ago

In historybuff, is using two separate intents the only way to paginate a response, ie using GetFirstEventIntent and GetNextEventIntent? Is it possible to provide all N chunks of data to be read and each one is read if the user accepts the prompts between chunks?