https://github.com/alexa-samples/skill-sample-python-petmatch
Pet Match 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 will learn how to use advanced Alexa Skills Kit features to create and configure an Alexa Skill and AWS Lambda.
https://github.com/alexa-samples/skill-sample-python-petmatch
Last synced: 10 months ago
JSON representation
Pet Match 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 will learn how to use advanced Alexa Skills Kit features to create and configure an Alexa Skill and AWS Lambda.
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-python-petmatch
- Owner: alexa-samples
- License: other
- Created: 2018-09-11T16:54:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T23:36:33.000Z (over 3 years ago)
- Last Synced: 2023-10-20T16:23:16.433Z (over 2 years ago)
- Language: Python
- Size: 37.1 KB
- Stars: 23
- Watchers: 25
- Forks: 61
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Build An Alexa Pet Match Skill in Python using ASK Python SDK

[](./instructions/1-voice-user-interface.md)[](./instructions/2-lambda-function.md)[](./instructions/3-connect-vui-to-code.md)[](./instructions/4-testing.md)[](./instructions/5-customization.md)[](./instructions/6-publication.md)
## 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 and AWS Lambda. 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:
[](./instructions/1-voice-user-interface.md)
## Additional Resources
### Community
* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!
* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.
### Tutorials & Guides
* [Voice Design Guide](https://developer.amazon.com/designing-for-voice/) - A great resource for learning conversational and voice user interface design.
* [Codecademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!
### Documentation
* [Official Alexa Skills Kit Python SDK (Beta)](https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python) - The Official Python SDK (Beta) Repository
* [Official Alexa Skills Kit Python SDK (Beta) Documentation](https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/) - The Official Python SDK (Beta) Documentation
* [Official Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html) - Official Alexa Skills Kit Documentation