Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 2.38 KB

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 2.38 KB

** This repository has been archived **

This repository is still available as a point-in-time reference, but no further updates or support will be prioritized.

NOTE: This repo does not use the beta Python SDK which can be found here: https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python/


Build An Alexa Trivia Skill in Python

Voice User InterfaceLambda FunctionConnect VUI to CodeTesting

What You Will Learn

What You Will Need

What Your Skill Will Do

This simple "quiz" Skill will teach you how the different pieces of the Alexa Skill development process fit together. The Skill allows users to request a simple multiple choice trivia with 5 random questions about Reindeer.

We use will use the new Skill builder UI to build the Skill although the quiz itself does not employ the new "Dialog-Delegate interface" model.