GoogleCloudDialogflowCxV3Page
import type { GoogleCloudDialogflowCxV3Page } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Page {
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings;
description?: string;
displayName?: string;
entryFulfillment?: GoogleCloudDialogflowCxV3Fulfillment;
eventHandlers?: GoogleCloudDialogflowCxV3EventHandler[];
form?: GoogleCloudDialogflowCxV3Form;
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3KnowledgeConnectorSettings;
name?: string;
transitionRouteGroups?: string[];
transitionRoutes?: GoogleCloudDialogflowCxV3TransitionRoute[];
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings
[src]§
entryFulfillment?: GoogleCloudDialogflowCxV3Fulfillment
[src]§
eventHandlers?: GoogleCloudDialogflowCxV3EventHandler[]
[src]§
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
[src]§
transitionRoutes?: GoogleCloudDialogflowCxV3TransitionRoute[]
[src]