grunt-ask-analyze
v0.1.5
Published
grunt-ask-analyze analyzes an Alexa Skills Kit interaction model for validity.
Downloads
11
Maintainers
Readme
grunt-ask-analyze
A grunt task that validates an Alexa Skills Kit interaction model. It currently implements these validations:
- not more than 250 intents
- all intents in the intent schema have sample utterances
- all sample utterances have an intent in the intent schema
- no sample utterance is repeated in 2 different intents
Using it
First, load it in your Gruntfile:
grunt.loadNpmTasks('grunt-ask-analyze');
Next, configure it:
Finally, use it as part of some other task, like your default task: