Testing our Skill - Alexa Skills w/ Python and Flask-Ask Part 3 VIDEO
Welcome to part 3 of the Alexa Skills tutorial for Python programmers. What we're going to be doing here is actually deploying the skill and testing it on our Alexa-enabled device.
Intent schema:
{
"intents": [{
"intent": "YesIntent"
},
{
"intent": "NoIntent"
}]
}
Other Videos By sentdex 2016-12-13 __str__ and __repr__ - Intermediate Python Programming p.24 2016-12-12 Error Handling - Intermediate Python Programming p.23 2016-12-11 Installing CPU and GPU TensorFlow on Windows 2016-12-10 Programming languages, Sentdex history, and more - Q&A #6 2016-12-08 Logging - Intermediate Python Programming p.22 2016-12-07 Special Methods, OOP, Iteration - Intermediate Python Programming p.21 2016-12-06 Detecting collisions - Intermediate Python Programming p.20 2016-12-05 Operator overloading - Intermediate Python Programming p.19 2016-12-03 Entrepreneurship, support, & finance - Q&A #5 2016-11-29 Decorators - Intermediate Python Programming p.18 2016-11-27 Testing our Skill - Alexa Skills w/ Python and Flask-Ask Part 3 2016-11-27 Headlines Function - Alexa Skills w/ Python and Flask-Ask Part 2 2016-11-27 Intro and Skill Logic - Alexa Skills w/ Python and Flask-Ask Part 1 2016-11-26 What I use, and why (Computer, IDLE, OS...etc) - Q&A #4 2016-11-23 OOP inheritance - Intermediate Python Programming p.17 2016-11-22 Object Modularity Thoughts - Intermediate Python Programming p.16 2016-11-21 Many Blob Objects - Intermediate Python Programming p.15 2016-11-19 Don't Worry, Be Hacky - Q&A #3 2016-11-18 Creating an Environment for our Object - Intermediate Python Programming p.14 2016-11-17 Object Oriented Programming Introduction - Intermediate Python Programming p.13 2016-11-16 Multiprocessing spider example - Intermediate Python Programming p.12
Tags: Alexa
Echo
flask-ask
Python
tutorial
IoT
Internet of Things
voice
skill
custom
basic