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

2 failed utterances shut down the skill #23

Open AlBakerKY opened 7 years ago

AlBakerKY commented 7 years ago

The current issue I am seeing is at any node, if you misspeak utterances two times in a row, the skill completely shuts off. In a room full of crowded people, this is very problematic, especially if someone has made decent progress. Is there any way to remove this limtation?

JennJin commented 6 years ago

Sounds like Alexa isn't able to resolve a valid response, otherwise your skill would receive an Request from Alexa.

The Alexa Developer Forum would be the best source for general skill building and troubleshooting help. Try posting your question on the Forum to gain insight about how other Developers have resolved the behavior.