GoogleCloudDialogflowCxV3Flow constructor

GoogleCloudDialogflowCxV3Flow({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. String? description,
  3. String? displayName,
  4. List<GoogleCloudDialogflowCxV3EventHandler>? eventHandlers,
  5. GoogleCloudDialogflowCxV3KnowledgeConnectorSettings? knowledgeConnectorSettings,
  6. String? name,
  7. GoogleCloudDialogflowCxV3NluSettings? nluSettings,
  8. List<String>? transitionRouteGroups,
  9. List<GoogleCloudDialogflowCxV3TransitionRoute>? transitionRoutes,
})

Implementation

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