GoogleCloudDialogflowCxV3Flow constructor
GoogleCloudDialogflowCxV3Flow({
- GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
- String? description,
- String? displayName,
- List<
GoogleCloudDialogflowCxV3EventHandler> ? eventHandlers, - GoogleCloudDialogflowCxV3KnowledgeConnectorSettings? knowledgeConnectorSettings,
- GoogleCloudDialogflowCxV3FlowMultiLanguageSettings? multiLanguageSettings,
- String? name,
- GoogleCloudDialogflowCxV3NluSettings? nluSettings,
- List<
String> ? transitionRouteGroups, - List<
GoogleCloudDialogflowCxV3TransitionRoute> ? transitionRoutes,
Implementation
GoogleCloudDialogflowCxV3Flow({
this.advancedSettings,
this.description,
this.displayName,
this.eventHandlers,
this.knowledgeConnectorSettings,
this.multiLanguageSettings,
this.name,
this.nluSettings,
this.transitionRouteGroups,
this.transitionRoutes,
});