GoogleCloudDialogflowV2Generator constructor

GoogleCloudDialogflowV2Generator({
  1. GoogleCloudDialogflowV2AgentCoachingContext? agentCoachingContext,
  2. List<GoogleCloudDialogflowV2CesAppSpec>? cesAppSpecs,
  3. List<GoogleCloudDialogflowV2CesToolSpec>? cesToolSpecs,
  4. String? createTime,
  5. String? description,
  6. GoogleCloudDialogflowV2FreeFormContext? freeFormContext,
  7. GoogleCloudDialogflowV2InferenceParameter? inferenceParameter,
  8. String? name,
  9. String? publishedModel,
  10. GoogleCloudDialogflowV2SuggestionDedupingConfig? suggestionDedupingConfig,
  11. GoogleCloudDialogflowV2SummarizationContext? summarizationContext,
  12. List<String>? tools,
  13. List<GoogleCloudDialogflowV2ToolsetTool>? toolsetTools,
  14. String? triggerEvent,
  15. String? updateTime,
})

Implementation

GoogleCloudDialogflowV2Generator({
  this.agentCoachingContext,
  this.cesAppSpecs,
  this.cesToolSpecs,
  this.createTime,
  this.description,
  this.freeFormContext,
  this.inferenceParameter,
  this.name,
  this.publishedModel,
  this.suggestionDedupingConfig,
  this.summarizationContext,
  this.tools,
  this.toolsetTools,
  this.triggerEvent,
  this.updateTime,
});