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;
fulfillment?: GoogleCloudDialogflowCxV3Fulfillment;
lifecycleStage?: string;
}§Properties
§
fulfillment?: GoogleCloudDialogflowCxV3Fulfillment
[src]Required. The fulfillment to call when this handler is triggered.