GoogleCloudDialogflowV2Generator constructor

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

Implementation

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