/skill-sample-csharp-trivia

An Alexa Skill Sample showing how to build a trivia skill in C Sharp

Primary LanguageC#

Build An Alexa Trivia Skill in C#

Voice User InterfaceLambda FunctionConnect VUI to CodeTesting

What You Will Learn

What You Will Need

What Your Skill Will Do

This simple Trivia 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 quiz 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.