metrics = $metrics; } /** * @return GoogleCloudDialogflowCxV3ExperimentResultMetric[] */ public function getMetrics() { return $this->metrics; } /** * @param int */ public function setSessionCount($sessionCount) { $this->sessionCount = $sessionCount; } /** * @return int */ public function getSessionCount() { return $this->sessionCount; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics');