Google Cloud Dialogflow Cx V3beta1Experiment Result Confidence Interval Args
data class GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs(val confidenceLevel: Output<Double>? = null, val lowerBound: Output<Double>? = null, val ratio: Output<Double>? = null, val upperBound: Output<Double>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs>
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs(confidenceLevel: Output<Double>? = null, lowerBound: Output<Double>? = null, ratio: Output<Double>? = null, upperBound: Output<Double>? = null)