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.

Creating a fulfillment

Creating a fulfillment - Google Cloud Tutorial

From the course: Building Chatbots Using Google Dialogflow

Start my 1-month free trial

Creating a fulfillment

- [Instructor] Now we are going to take a look at fulfillment. This is a powerful feature of Dialogflow. Remember, fulfillment is a code that you write to interface with your backend services and APIs to respond to dynamic requests. This enables you to look up information behind the scenes or persist changes in a database on the fly while your chatbot is interacting with the user in a conversational flow. Although you can create your own HTTPS end point for fulfillment, Dialogflow has inbuilt integration with Google cloud functions, which makes it easy to interface with your backend APIs. So let's take a look at implementing fulfillment for our application. So go ahead on the left and click on intents. And, if we take a look at some of the intents that we have under the order pizza intent, we'll be implementing fulfillment for the order pizza intent yes intent. And, what we're going to do is, we're going to return…

Contents