Testing our Skill - Alexa Skills w/ Python and Flask-Ask Part 3

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=WYYxafb1A6E



Duration: 10:14
24,811 views
343


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"
}]
}







Tags:
Alexa
Echo
flask-ask
Python
tutorial
IoT
Internet of Things
voice
skill
custom
basic