Skip to content

patrickcapadmi/sample-utterance-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

sample-utterance-generator

Generates a full Alexa interaction model using a skeleton input.

For simple generation, usehttps://lab.miguelmota /intent-utterance-expander/example/

To generate the entire interaction model at once, add intents intoinput.jsonwith correctly formated sample utterances.

Rungenerator.jsto generate interaction model, found atgenerated/interaction_model_generated.json

Paste into Skills console or upload with ASK CLI:

ask api update-skill --skill-id $SKILL_ID --file interaction_model_generated.json

Setup:https://developer.amazon /docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html Reference:https://developer.amazon /docs/smapi/ask-cli-command-reference.html

About

Generates a full Alexa interaction model using a skeleton input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published