Add Exception Intent to Alexa Skill Kit to allow developers handle unrecognized utterances
Please add a feature to allow developers/lambda function to handle unrecognized utterances.
It is frustrating to finetune a Fallback intent to catch all the unpredictable words/utterances that a user might say to allow me to handle it using a Lambda function. If no intent is selected by Alexa, Alexa will just re-prompt once and then do nothing and say nothing after the first re-prompt.
My goal is to allow Alexa to re-prompt twice and for the third time, it can exit the skill when a user says something unrelated. Therefore, it is important to be able to catch all "wrong" utterances and store the state.
1
vote
