The presentation can be found here
This is a simple demo skill to demonstrate the basics of building an alexa skill.
This is a very simple skill that demonstrates the Alexa Skill Kit NodeJS SDK. It consists of
- Skill metadata:
skill.json
- Language Model:
model/en-US.json
- A custom AWS Lambda function Model:
model/en-US.json
The skill is setup with the Alexa Skill Kit (ASK) CLI.
You need to have:
- NodeJS installed
- A Amazon Developer Account
- An AWS Account to set up the AWS Lambda function for the skill (unless you want to self host the skill):
- Use
ask init
to set up the CLI if you have not - Edit code
ask deploy
to deploy the changes