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.

Breakdown of Dialogflow components

Breakdown of Dialogflow components - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Breakdown of Dialogflow components

- [Narrator] Before we get into configuring our bot, let's take a high-level overview of how our chat bot will be structured. An agent will be created, which is the parent for our chat bot application. We will also have one major intent, the OrderPizzaIntent. This intent will be responsible for interacting with the user and collecting all the information pertaining to the pizza order. Although we will be creating quite a few follow-up intents for the conversational flow, the OrderPizzaIntent will be central to our chat bot application. Since we'll need to collect quite a bit of information to get all the details for pizza orders, we will need to create a few custom entities. These include entity types for the types of ingredients that will be on our pizza, the sizes that our pizzas come in, and the style of crusts that we offer. Just like in a real conversation where we flow from one part of the conversation to another, we…

Contents