Skillsai LLC
Published © GPL3+

Hangman

Educational and entertaining, Hangman is a great way to test your word knowledge, exercise your brain and have fun all at the same time.

AdvancedProtip20 hours1,204
Hangman

Things used in this project

Hardware components

Amazon Echo
Amazon Alexa Amazon Echo
×1
Amazon Tap
Amazon Alexa Amazon Tap
×1
Echo Dot
Amazon Alexa Echo Dot
×1

Software apps and online services

Amazon ASK
PHP
MySQL
SSML

Story

Read more

Code

Intent Schema

JSON
The schema of user intents in JSON format. For more information, see Intent Schema.
Also see built-in slots and built-in intents.
{"intents":[

                {

                                "intent":"ChoosePlayMethod",

                                "slots":[

                                                               {"name":"PlayMethod","type":"LIST_OF_PLAYMETHODS"},

                                                {"name":"Length","type":"AMAZON.NUMBER"},

                                                {"name":"Category","type":"LIST_OF_CATEGORIES"}

                                ]

                },

                {

                                "intent":"ChooseMethodFilter",

                                "slots":[

                                                {"name":"Length","type":"AMAZON.NUMBER"},

                                                {"name":"Category","type":"LIST_OF_CATEGORIES"}

                                ]

                },

                {

                                "intent":"ChooseALetter",

                                "slots":[

                                                {"name":"Letter","type":"LIST_OF_LETTERS"}

                                ]

                }

]}

Credits

Skillsai LLC

Skillsai LLC

2 projects • 7 followers
Skillsai LLC is a Salt Lake City startup founded to leverage the capabilities of the Amazon Echo™ family of devices.

Comments