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.

Testing parameters in the Dialogflow intent

Testing parameters in the Dialogflow intent - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Testing parameters in the Dialogflow intent

- [Instructor] Let's now test out the changes that we made to our intent to include parameters. So let's enter in a phrase. I want an extra large pizza with mushrooms, chicken and pineapple. So here we are providing three ingredients in a training phrase. Notice, we don't have any examples like that. So let's go ahead and hit Enter and let's see what happens. So if you'll notice, I'm going to scroll down here, size was actually picked up as extra large, so that was correctly recognized and ingredients, notice we're able to retrieve three values for that list. So we have mushrooms, chicken and pineapple even though we didn't provide a training example that looked exactly like the phrase that we used. So awesome. Looks like the entities are being correctly extracted. Let's now try a different scenario. Remember, if we look at the parameters, we had said that the size and the ingredients were required and we…

Contents