From the course: Building Intelligent Chatbots on AWS (2019)

Unlock the full course today

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

Response message

Response message - Amazon Web Services (AWS) Tutorial

From the course: Building Intelligent Chatbots on AWS (2019)

Start my 1-month free trial

Response message

- [Instructor] As we've been traveling down from top to bottom of our intent, we defined our utterances, we skipped over the lambda. We'll talk about those in a later chapter. We defined our slots and what we need to gather from the user, and we ended with the confirmation prompt. Finally, the fulfillment just returns the parameters to the client. We could also call an AWS lambda function. Again, we'll talk about lambda functions in a later chapter. Now we can add a response. There's three sections to the response. The first one is the message. This allows us to just give a final message to the user like Thanks! Enjoy the Food. We can add multiple versions of these, and it'll pick one at random. I hope the Food is good. We can also add other messages like Goodbye. So it'll also display this message, picking one of these at random. Thanks. You can do these with a custom markup if you like, but I prefer to use just plain old text. You can also change the order by dragging them up and…

Contents