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.

Overview of the inline editor and code

Overview of the inline editor and code - JSON Tutorial

From the course: Google Assistant: Building Actions

Start my 1-month free trial

Overview of the inline editor and code

- [Lecturer] Finally, if you'd like to have full control over the fulfillment of your calls to your APIs, you can do so with the Inline Editor. Let me demonstrate. So go back to Fulfillment and then at the bottom of that particular section, you'll see the Inline Editor. So basically the Inline Editor allows you to have full control over the API calls that you're making to your external APIs. For example, you can handle your errors or do specific functions when you handle the errors. You could actually add some statements with the agents, and so on and so forth. So let's go and enable the Inline Editor. And then click Yes. So basically when you're enabling the Inline Editor, the Webhook gets disabled. So now your API calls are made in code. So this is JavaScript, so if you're familiar with JavaScript you'll see a lot of things that are familiar, so it basically imports a lot of stuff that are coming from Firebase, Dialogflow, you don't need to pay attention to this. And then eventually…

Contents