GoogleCloudDialogflowV2GeneratorEvaluationConfig constructor

GoogleCloudDialogflowV2GeneratorEvaluationConfig({
  1. GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig? inputDataConfig,
  2. String? outputGcsBucketPath,
  3. GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig? summarizationConfig,
})

Implementation

GoogleCloudDialogflowV2GeneratorEvaluationConfig({
  this.inputDataConfig,
  this.outputGcsBucketPath,
  this.summarizationConfig,
});