supportTransferSource = $supportTransferSource; } /** * @return string[] */ public function getSupportTransferSource() { return $this->supportTransferSource; } /** * @param string[] */ public function setSupportTransferTarget($supportTransferTarget) { $this->supportTransferTarget = $supportTransferTarget; } /** * @return string[] */ public function getSupportTransferTarget() { return $this->supportTransferTarget; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQuerySupportTransferSignals::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQuerySupportTransferSignals');