GoogleCloudDialogflowCxV3Page constructor

GoogleCloudDialogflowCxV3Page({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudDialogflowCxV3Fulfillment? entryFulfillment,
  5. List<GoogleCloudDialogflowCxV3EventHandler>? eventHandlers,
  6. GoogleCloudDialogflowCxV3Form? form,
  7. GoogleCloudDialogflowCxV3KnowledgeConnectorSettings? knowledgeConnectorSettings,
  8. String? name,
  9. List<String>? transitionRouteGroups,
  10. List<GoogleCloudDialogflowCxV3TransitionRoute>? transitionRoutes,
})

Implementation

GoogleCloudDialogflowCxV3Page({
  this.advancedSettings,
  this.description,
  this.displayName,
  this.entryFulfillment,
  this.eventHandlers,
  this.form,
  this.knowledgeConnectorSettings,
  this.name,
  this.transitionRouteGroups,
  this.transitionRoutes,
});