confidenceInterval = $confidenceInterval; } /** * @return GoogleCloudDialogflowCxV3ExperimentResultConfidenceInterval */ public function getConfidenceInterval() { return $this->confidenceInterval; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param string */ public function setCountType($countType) { $this->countType = $countType; } /** * @return string */ public function getCountType() { return $this->countType; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExperimentResultMetric::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultMetric');