alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Guy's how do I record my name on alexa? and Reprompt it so....E #60

Open 25kcdiez opened 6 years ago

25kcdiez commented 6 years ago

Ex: "Alexa, open a game...." OK.......(welcome) "what's your name of what's the name of the player...."// example Kevin... then as the story progress ..... "Hey Kevin you have to route.....etc"

because I'm think about Dynamodb but do I need to create a LIST_OF_NAME?

AnushPatel commented 6 years ago

I am not a expert on DynamoDB but I think that should do the trick and then just have the code call for the list? If you get it to work I must see what you did!