GoogleCloudDialogflowCxV3Handler
import type { GoogleCloudDialogflowCxV3Handler } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Handler can be used to define custom logic to be executed based on the user-specified triggers.
interface GoogleCloudDialogflowCxV3Handler {
eventHandler?: GoogleCloudDialogflowCxV3HandlerEventHandler;
lifecycleHandler?: GoogleCloudDialogflowCxV3HandlerLifecycleHandler;
}§Properties
§
eventHandler?: GoogleCloudDialogflowCxV3HandlerEventHandler
[src]A handler triggered by event.
§
lifecycleHandler?: GoogleCloudDialogflowCxV3HandlerLifecycleHandler
[src]A handler triggered during specific lifecycle of the playbook execution.