omegabytes / askTheDM

Alexa skill: Get basic info about DND spells, items, and rules
Other
15 stars 10 forks source link

Create an IncompleteIntent #102

Closed omegabytes closed 6 years ago

omegabytes commented 6 years ago

We're routing all incomplete requests to the Unhandled intent. We also route other unhandled interactions to this intent. I think we should break out incomplete utterances into an IncompleteIntent so we can better debug. As it stands, ~30% of requests end up in unhandled and I can't tease out why.