lastUpdateTime = $lastUpdateTime; } /** * @return string */ public function getLastUpdateTime() { return $this->lastUpdateTime; } /** * @param GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics[] */ public function setVersionMetrics($versionMetrics) { $this->versionMetrics = $versionMetrics; } /** * @return GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics[] */ public function getVersionMetrics() { return $this->versionMetrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExperimentResult::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResult');