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

GoogleCloudDialogflowCxV3EventHandler

import type { GoogleCloudDialogflowCxV3EventHandler } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3EventHandler {
event?: string;
readonly name?: string;
targetFlow?: string;
targetPage?: string;
targetPlaybook?: string;
}

§Properties

§
event?: string
[src]
§
readonly name?: string
[src]
§
targetFlow?: string
[src]
§
targetPage?: string
[src]
§
targetPlaybook?: string
[src]