The files in this folder represent how Calk Time should appear at the end of this module. If you're stuck you can compare your files with these to figure out where you went wrong. You can also use these files to skip Module 1, 2 and 3.
If you are coming from the Tutorial: Build an Engaging Alexa Skill: This folder maps to Workshop Module 6**
You can find the instructions here: Using the Alexa Settings API
If for some reason your code is isn't working you can check out the final version here.
When you're done, continue on to the Tutorial: Build an Engaging Alexa Skill Module 7 for tips on preparing your skill for certification and publication.
This is your skill's interaction model. You can use this file to create your voice user interface. To use this file:
- From the alexa developer console click on the Build tab.
- On the left hand side click on JSON Editor.
- Copy the contents of en-US.json and paste it over the contents of the editor.
- Click Save Model
- Click Build Model
This is your skill's backend code. It's the logic that handles the requests that are sent to your skill. To use this file:
- From the alexa developer console click on the Code tab.
- Open the index.js file by selecting the tab or double-clicking on the file name on the right-hand side.
- Copy the contents of en-US.json and paste it over the contents of the editor
- Click Save.
- Click Deploy.
This file describes your project. It includes various meta data inclucding the dependencies of your project.
- From the alexa developer console click on the code tab.
- Open the package.json file by selecting the tab or double-clicking on the file name on the right-hand side.
- Copy the contents of index.js paste it over the data in your browser.
- Click Save.
- Click Deploy.