deploymentTestResults = $deploymentTestResults; } /** * @return string[] */ public function getDeploymentTestResults() { return $this->deploymentTestResults; } /** * @param string */ public function setExperiment($experiment) { $this->experiment = $experiment; } /** * @return string */ public function getExperiment() { return $this->experiment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3DeploymentResult::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DeploymentResult');