GoogleCloudDialogflowCxV3Flow constructor

GoogleCloudDialogflowCxV3Flow({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. String? description,
  3. String? displayName,
  4. List<GoogleCloudDialogflowCxV3EventHandler>? eventHandlers,
  5. List<GoogleCloudDialogflowCxV3ParameterDefinition>? inputParameterDefinitions,
  6. GoogleCloudDialogflowCxV3KnowledgeConnectorSettings? knowledgeConnectorSettings,
  7. bool? locked,
  8. GoogleCloudDialogflowCxV3FlowMultiLanguageSettings? multiLanguageSettings,
  9. String? name,
  10. GoogleCloudDialogflowCxV3NluSettings? nluSettings,
  11. List<GoogleCloudDialogflowCxV3ParameterDefinition>? outputParameterDefinitions,
  12. List<String>? transitionRouteGroups,
  13. List<GoogleCloudDialogflowCxV3TransitionRoute>? transitionRoutes,
})

Implementation

GoogleCloudDialogflowCxV3Flow({
  this.advancedSettings,
  this.description,
  this.displayName,
  this.eventHandlers,
  this.inputParameterDefinitions,
  this.knowledgeConnectorSettings,
  this.locked,
  this.multiLanguageSettings,
  this.name,
  this.nluSettings,
  this.outputParameterDefinitions,
  this.transitionRouteGroups,
  this.transitionRoutes,
});