GoogleCloudDialogflowCxV3Flow
import type { GoogleCloudDialogflowCxV3Flow } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Flow {
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings;
description?: string;
displayName?: string;
eventHandlers?: GoogleCloudDialogflowCxV3EventHandler[];
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3KnowledgeConnectorSettings;
locked?: boolean;
multiLanguageSettings?: GoogleCloudDialogflowCxV3FlowMultiLanguageSettings;
name?: string;
nluSettings?: GoogleCloudDialogflowCxV3NluSettings;
outputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
transitionRouteGroups?: string[];
transitionRoutes?: GoogleCloudDialogflowCxV3TransitionRoute[];
}§Properties
§
advancedSettings?: GoogleCloudDialogflowCxV3AdvancedSettings
[src]§
eventHandlers?: GoogleCloudDialogflowCxV3EventHandler[]
[src]§
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[]
[src]§
knowledgeConnectorSettings?: GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
[src]§
multiLanguageSettings?: GoogleCloudDialogflowCxV3FlowMultiLanguageSettings
[src]§
nluSettings?: GoogleCloudDialogflowCxV3NluSettings
[src]§
outputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[]
[src]§
transitionRoutes?: GoogleCloudDialogflowCxV3TransitionRoute[]
[src]