Navigation Menu

Skip to content

alexa-samples/skill-sample-nodejs-petmatch

Repository files navigation

Build An Alexa Pet Match Skill 🇺🇸

NOTE: This project uses Dialog Management. If you're looking for Pet Match with Alexa Conversations Please see: skill-sample-nodejs-alexa-conversations-pet-match. Learn Alexa Conversations with Tutorial: Build Multi-turn Skills with Alexa Conversations.

Overview

In this workshop you will create a skill called Pet Match that matches the user with a pet. When launched, this Alexa Skill will prompt the user for the information it needs to determine a match. Once all of the required information is collected, it will send the data to an external web service which processes the data and returns the match.

Through this workshop, you'll learn how to use advanced Alexa Skills Kit features to create and configure an Alexa Skill. The features you'll learn to use are Dialog Management and Entity Resolution. These features leverage Alexa's Automatic Speech Recognition (ASR), Natural Language Understanding (NLU), and Machine Learning (ML), which makes your life easier because you don't have to write code. You only need to provide training data to the Alexa engines via your interaction model. The skill builder makes it easy to do so.

To Get Started click the button below:

Get Started

Additional Resources

Community

Tutorials & Guides

  • Voice Design Guide - A great resource for learning conversational and voice user interface design.
  • Codecademy: Learn Alexa - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!

Documentation

About

This Alexa Skill Kit sample shows how to build a skill using Dialog Management and Entity Resolution.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published