GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig constructor
GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig({
- GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig? agentAssistInputDataConfig,
- GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig? datasetInputDataConfig,
- String? endTime,
- String? inputDataSourceType,
- bool? isSummaryGenerationAllowed,
- int? sampleSize,
- String? startTime,
- String? summaryGenerationOption,
Implementation
GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig({
this.agentAssistInputDataConfig,
this.datasetInputDataConfig,
this.endTime,
this.inputDataSourceType,
this.isSummaryGenerationAllowed,
this.sampleSize,
this.startTime,
this.summaryGenerationOption,
});