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.

Understanding the interaction model

Understanding the interaction model - Amazon Web Services (AWS) Tutorial

From the course: Developing Skills for AWS Alexa

Start my 1-month free trial

Understanding the interaction model

- [Instructor] After matching the speech to a skill, the Alexa service will go on to match your words to a certain intent within that skill. This brings us to another part of the Alexa voice service, this time built and configured by you, the skill author. It's called the interaction model. Intents are the building blocks of the interaction model. They represent the different functions and features of your skill. For instance, if your skill is designed to help users order pizza, you might have three intents. One to order the pizza, one cancel an active pizza order, and another to provide the status of an order. You provide each intent with sample utterances. Sample utterances are the kinds of things a user might say to invoke the intent. Let's start with a simple one, the order status intent. We'd provide the status intent with a few simple phrases, such as "Where's my pizza", "How long until my pizza gets here", and "What…

Contents