GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval constructor

GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval({
  1. double? confidenceLevel,
  2. double? lowerBound,
  3. double? ratio,
  4. double? upperBound,
})

Implementation

GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval({
  this.confidenceLevel,
  this.lowerBound,
  this.ratio,
  this.upperBound,
});