GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval class
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Constructors
- GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval({double? confidenceLevel, double? lowerBound, double? ratio, double? upperBound})
 - GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval.fromJson(Map json_)
 
Properties
- confidenceLevel ↔ double?
 - 
  The confidence level used to construct the interval, i.e. there is X%
chance that the true value is within this interval.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - lowerBound ↔ double?
 - 
  Lower bound of the interval.
  getter/setter pair
 - ratio ↔ double?
 - 
  The percent change between an experiment metric's value and the value for
its control.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - upperBound ↔ double?
 - 
  Upper bound of the interval.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited