languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param string */ public function setTargetVersion($targetVersion) { $this->targetVersion = $targetVersion; } /** * @return string */ public function getTargetVersion() { return $this->targetVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3CompareVersionsRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3CompareVersionsRequest');