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.

Create the first intent

Create the first intent - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Create the first intent

- [Instructor] Now it's time for us to create our very first intent. So to do that, if you look on the left-hand navigation, there's the Intents link and you can click on the plus sign to create a new intent. The first that you need to do is to provide your intent with a name. So this first intent will be OrderPizzaIntent. So you can type in OrderPizzaIntent. And this actually is one of the main intents for our entire chat bot application. So once you have that in go ahead and click on Save. Next let's go ahead and add some training phrases for our intent. So these are things that the user will say that will cause or intent to be invoked. So the first one here, we can add a user expression, would be, "I want to order a pizza." So we can type that in. Hit Enter. Another variation could be, "Can I make a pizza order?" We can also say just, "Order a pizza," or alternatively, "I want pizza." "I want pizza" clearly…

Contents