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

GoogleCloudDialogflowCxV3HandlerLifecycleHandler

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

A handler that is triggered on the specific lifecycle_stage of the playbook execution.

interface GoogleCloudDialogflowCxV3HandlerLifecycleHandler {
condition?: string;
lifecycleStage?: string;
}

§Properties

§
condition?: string
[src]

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

§

Required. The fulfillment to call when this handler is triggered.

§
lifecycleStage?: string
[src]

Required. The name of the lifecycle stage that triggers this handler. Supported values: * playbook-start * pre-action-selection * pre-action-execution