From the course: Building Chatbots Using Google Dialogflow

Unlock the full course today

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

Input and output context

Input and output context - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Input and output context

- [Instructor] Now that we have implemented our follow-up intents, I wanted to dive a little bit deeper and talk about context and what is happening behind the scenes. When we implemented our follow-up intents, Dialogflow is setting up input and output contexts on our intents first to manage those dependencies and relationships. Let's take a closer look at this. So from the left-hand navigation menu, go ahead and click on Intents and this should bring up the list of the intents that we created for our chatbot application and let's look at OrderPizzaIntent. So if you click on the dropdown arrow, here you'll see these are two follow-up intents we created, the yes and no responses as well as under yes, we had created a ContactInfoIntent. Let's take a look at OrderPizzaIntent and what we will see is that an output context will be set up on OrderPizzaIntent and that will be an intent context to OrderPizzaIntent-yes.…

Contents