Google Cloud Dialogflow Cx V3Experiment Result Confidence Interval Response
data class GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalResponse(val confidenceLevel: Double, val lowerBound: Double, val ratio: Double, val upperBound: Double)
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalResponse(confidenceLevel: Double, lowerBound: Double, ratio: Double, upperBound: Double)