From the course: Developing Skills for AWS Alexa

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Hello World: The build tab

Hello World: The build tab - Amazon Web Services (AWS) Tutorial

From the course: Developing Skills for AWS Alexa

Start my 1-month free trial

Hello World: The build tab

- Our Alexa hosted skill comes pre provisioned with something call "The HelloWorldIntent". Which would be a great model for seeing how Intents work in this skill. Click here under Intents on HelloWorldIntent. You see it's got a name, HellWorldIntent, and that's editable. So when we create our own we can name it whatever we like. We have Sample Utterances here. These are the words that a user can speak to get to this Intent. You see examples, hello, how are you, say hi world, say hi. One of the reasons we have different formats here, has to do with the different ways that a skill can be invoked. Remember, we might say, "Open Pizza Dog", to get into a skill session or we might say, "Ask Pizza Dog to..." something. So in this case we could say, "Open Pizza Dog.", and then get a response. And then say "Hello." and then we're to respond "Hello" back. On the other hand, if we wanted to say, "Ask Pizza Dog to say…

Contents