/Alexa_Workshop

This repository contains files that were created/used for the Alexa workshop held in MIT Manipal

Primary LanguagePythonMIT LicenseMIT

Alexa Workshop

Some useful links -

  1. Alexa Hosted skill

  2. SSML

  3. Use Hindi in your Alexa skill

  4. SSML Hindi

  5. Handle Requests Sent by Alexa

  6. Manage the Skill Session

  7. Incentives for Alexa builders

Steps to use the files to create the skills -

  1. Open Alexa Developer Console and create a new skill.

  2. Select the appropriate language. Choose "custom skill" and "python hosted" in the following options.

  3. After the skill is created, go to json editor and replace it with the "interaction_model.json" file.

Pic 1

Pic 2

  1. Click on "Build" after changing the interaction model

  2. Open the "code" tab and paste the code from the "lambda_function.py" file. Click on deploy.

  3. Test the skill by clicking on the "Test" tab.