Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3HandlerEventHandler

import type { GoogleCloudDialogflowCxV3HandlerEventHandler } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

A handler that is triggered by the specified event.

interface GoogleCloudDialogflowCxV3HandlerEventHandler {
condition?: string;
event?: string;
}

§Properties

§
condition?: string
[src]

Optional. The condition that must be satisfied to trigger this handler.

§
event?: string
[src]

Required. The name of the event that triggers this handler.

§

Required. The fulfillment to call when the event occurs.