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.

Adding parameters to Dialogflow intents

Adding parameters to Dialogflow intents - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Adding parameters to Dialogflow intents

- [Instructor] Now that we've created those entities, let's modify our intent to include them in order to be able to extract those details when a user makes a pizza order using our track bot. First, if you click on the Entities link on the left-hand navigation, you'll be able to see those two developer entities that we created, Pizza Ingredient and Pizza Size. Now we're going to click on Intents and we're going to click on our Order Pizza intent. This is the intent we'll be making some modifications to. If we scroll on down, under Action and Parameters, let's first define the pizza size. The parameter name will be Size and under Entity, if we start typing in Pizza, you'll notice that the dropdown list actually filters down to those specific entities that we created, so we can select pizza size and we want to click on the checkbox to denote that this is going to be a required entity. In other words, the user has to provide the…

Contents