View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval (google_api_dialogflow v0.88.3)
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Attributes
-
confidenceLevel
(type:float()
, default:nil
) - The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval. -
lowerBound
(type:float()
, default:nil
) - Lower bound of the interval. -
ratio
(type:float()
, default:nil
) - The percent change between an experiment metric's value and the value for its control. -
upperBound
(type:float()
, default:nil
) - Upper bound of the interval.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.