I am currently using Alexa skills and AWS lambda to create a custom skill. I am currently stuck on trying to get Alexa to ask a question back to the user for a response.
For example, I want Alexa to present a list of, let's say, books (which I have successfully done) and then I want Alexa to ask me to pick a book from that list and then listen to a response. Do you have any tips or can point me in the right direction for the part about asking and then listening for a response?
P.S. My AWS lambda function is in python currently so preferably help in python would be great, but I can also manage other languages as well.