Note: support only Japanese version
Alexa Skill to read out recipes of Dragon Quest Builders
Resources to build a Alexa Skill which receive user word and find it from JSON file, and read out
- open Alexa Developer Console > Create New Skill on your browser
- type your skill names
- choose the default language
- select
Custom
as a model to add - choose
Alexa-Hosted
(Node.js)" as a method to host your skill
- open Build > JSON Editor and drag and drop JSON file which in
./models
and save the model and build it - open Code and copy and paste scripts which in
./lambda/custom
and save codes and deploy it - then you can try this skill by speaking "Alexa, ビルダーズワンのレシピ集を開いて"
MIT