annotationSource = $annotationSource; } /** * @return string */ public function getAnnotationSource() { return $this->annotationSource; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @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(KnowledgeAnswersIntentQueryNimbleAnnotationSignals::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryNimbleAnnotationSignals');