GoogleCloudDialogflowCxV3ExperimentResultMetric constructor
GoogleCloudDialogflowCxV3ExperimentResultMetric({
- GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval? confidenceInterval,
- double? count,
- String? countType,
- double? ratio,
- String? type,
Implementation
GoogleCloudDialogflowCxV3ExperimentResultMetric({
this.confidenceInterval,
this.count,
this.countType,
this.ratio,
this.type,
});