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.

Manual dialog delegation and slot elicitation

Manual dialog delegation and slot elicitation - Amazon Web Services (AWS) Tutorial

From the course: Developing Skills for AWS Alexa

Start my 1-month free trial

Manual dialog delegation and slot elicitation

- [Instructor] Alright, so the next thing that we need to do in order to do the kind of work we want and manage this session as closely as we want to do it, is we need to disable auto delegation. That great thing that Alexa has been doing to get the slots for us without our having to do any code, we actually want to turn it off. The good news is that it's going to keep working. All we're going to do is put some code in that tells Alexa to do auto delegation and it will continue to work as it has been but it will give us an opportunity to update the intent based on resuming from an interruption. So the first this is to go into the build tab, go to OrderPizzaIntent, go to dialogue delegation strategy, and choose disable auto delegation. Then you can go ahead and build the model. Back on the code tab, we want to head to the OrderPizzaIntent. At this point if you're like me, you're wishing that the consol would update a little…

Contents