confidenceLevel = $confidenceLevel; } public function getConfidenceLevel() { return $this->confidenceLevel; } public function setLowerBound($lowerBound) { $this->lowerBound = $lowerBound; } public function getLowerBound() { return $this->lowerBound; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } public function setUpperBound($upperBound) { $this->upperBound = $upperBound; } public function getUpperBound() { return $this->upperBound; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval');