GoogleCloudDialogflowCxV3ExperimentResultMetric constructor

GoogleCloudDialogflowCxV3ExperimentResultMetric({
  1. GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval? confidenceInterval,
  2. double? count,
  3. String? countType,
  4. double? ratio,
  5. String? type,
})

Implementation

GoogleCloudDialogflowCxV3ExperimentResultMetric({
  this.confidenceInterval,
  this.count,
  this.countType,
  this.ratio,
  this.type,
});