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;
fulfillment?: GoogleCloudDialogflowCxV3Fulfillment;
}