From the course: Google Assistant: Building Actions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a new intent for webhooks

Create a new intent for webhooks - JSON Tutorial

From the course: Google Assistant: Building Actions

Start my 1-month free trial

Create a new intent for webhooks

- [Instructor] Let's say you have an API created with fun factoids about JavaScript or any applications returning data. You could use Webhooks to connect to an intent and return some data. Let's explore those tools and what are the requirements. But first, let's create our new intent related to our Webhook. The first thing we're going to do is go into Overview and then Actions. And then open Dialogflow. And let's go ahead and edit in Dialogflow. And let's go to our intents. And then what we'll do is create a brand new intent. Let's go ahead and create intent. And what we'll do for training phrases, we'll do something like somebody's asking for the most recent news around JavaScript. Let's do something like that. What are the most recent news on JavaScript? Or we could say something like, tell me about recent JavaScript news. And these could be our training phrases. But in order to use Webhooks, you need to do two things first. The first thing you need to do is you don't need to enter…

Contents