GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig constructor

GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig({
  1. GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig? agentAssistInputDataConfig,
  2. GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig? datasetInputDataConfig,
  3. String? endTime,
  4. String? inputDataSourceType,
  5. bool? isSummaryGenerationAllowed,
  6. int? sampleSize,
  7. String? startTime,
  8. String? summaryGenerationOption,
})

Implementation

GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig({
  this.agentAssistInputDataConfig,
  this.datasetInputDataConfig,
  this.endTime,
  this.inputDataSourceType,
  this.isSummaryGenerationAllowed,
  this.sampleSize,
  this.startTime,
  this.summaryGenerationOption,
});