Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 905 Bytes

File metadata and controls

executable file
·
21 lines (14 loc) · 905 Bytes

Build an Alexa Skill with Multiple Models (Node.js)

Instructions

These instructions are to build a sample Alexa skill that uses multiple models to enable sending custom and smart home commands to a computer. In the course of these instructions you will create the Alexa skill and supporting backend to handle the requests from Alexa and provide responses based on user input.

Begin by following the steps in order.

  1. Verify the Requirements
  2. Get the Sample
  3. Create the Skill
  4. Create the Backend Resources
  5. Create a Security Profile
  6. Configure the Skill
  7. Edit the Code
  8. Start the Client
  9. Test the Skill
  10. Review the Logs