For slides and example code, see lesson 11
Note: Do not work on this repository right away.
Create your personal copy by clicking this GitHub Classroom link.
- Build and deploy the Hello World Alexa skill tutorial.
- Try using Echosim.io to simulate an Echo device.
- Read the docs on intents, utterances and slots.
- How would you integrate a product backend?
- Deploying requires an AWS account.
- Imagine a simple voice controlled connected device.
- Find three use-cases and the corresponding intents.
- Write down two realistic utterances for each intent.
- Come up with a use case for a home, hotel & hospital.
- What changes with the context, what stays the same?
- Who is the user? What does the system (not) know?
- Who can see the data? How private is the data?
- Commit and push local changes to your repository.
- Want a review? Create an issue, mention me (@tamberg).
On your computer
- In the hands-on repository fork for your class, in README.md, click the GitHub Classroom link.
- Once you accept the assessment, you get a personal, private repository URL for your USER_NAME:
http://github.com/fhnw-iot-CLASS/fhnw-iot-work-11-USER_NAME
On your computer or Raspberry Pi
- Clone the repository
$ cd ~ $ git clone REPO_URL
- Add a file
$ git add FILE
- Commit changes
$ git commit FILE -m "Fixed all bugs"
- Push changes
$ git push