[Basic Skill Template] Alexa Skill to get you started. Including intents, custom slots, slot validation, dilog delegation and SSML.
Alexa Skill takes in a set of inputs from the user and returns a name of a celebrity which resembles the most with the given inputs.
We have a JSON file conatining names of 100 celebrities. Check inside the lambda
folder.
In order to use the Skill on your Alexa Console, you need to import it or copy-paste the code.
Let us see how do you copy-paste.
interactionModels/custom/en-IN.json
or interactionModels/custom/en-IN.json
, depending on your locale.lambda
folder.actor-data.json
.You can make changes and let the community know about it, via giving PRs. Make sure you have included all the files which are currently present in the repo. These files are mandatory to be there as Alexa CANNOT import a skill without these files.
You shall make a separate branch and work on that, while developing your skill on top of the current code.
If you are new to Github, do not directly clone this repo, first fork it and then clone it.
In order to ensure that the Alexa Dev Hub Community is welcoming to all, please review and abide by the Code of Conduct.
We at ACJ aim to develop Alexa Skills for everyone, and let the world leverage the power of Alexa.
If the repo was helpful, leave a STAR.
Thank You