GoogleCloudDialogflowCxV3beta1Page
import type { GoogleCloudDialogflowCxV3beta1Page } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1Page {
advancedSettings?: GoogleCloudDialogflowCxV3beta1AdvancedSettings;
description?: string;
displayName?: string;
entryFulfillment?: GoogleCloudDialogflowCxV3beta1Fulfillment;
eventHandlers?: GoogleCloudDialogflowCxV3beta1EventHandler[];
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings;
name?: string;
transitionRouteGroups?: string[];
transitionRoutes?: GoogleCloudDialogflowCxV3beta1TransitionRoute[];
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3beta1AdvancedSettings
[src]§
entryFulfillment?: GoogleCloudDialogflowCxV3beta1Fulfillment
[src]§
eventHandlers?: GoogleCloudDialogflowCxV3beta1EventHandler[]
[src]§
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings
[src]§
transitionRoutes?: GoogleCloudDialogflowCxV3beta1TransitionRoute[]
[src]