MozScout / scout-alexa

INACTIVE - http://mzl.la/ghe-archive - Scout Alexa Skill
Mozilla Public License 2.0
4 stars 3 forks source link

Make sure chosenArticle is empty when calling getTitles so error hand… #61

Closed tamarahills closed 6 years ago

tamarahills commented 6 years ago

…ling is correct.

This handles following error case:

  1. user is listening to an article
  2. Alexa Stop
  3. Alexa Tell scout to get titles.
  4. Alexa says "what do you want to listen to"
  5. User responds with some garbage that Alexa can't understand because user did not use "play" intent and she maps us to the skim intent.
  6. We have to pick up in the skim intent that no article was chosen and reprompt them telling them we couldn't find a match.