score = $score; } /** * @return float */ public function getScore() { return $this->score; } /** * @param KnowledgeAnswersIntentQueryToken[] */ public function setToken($token) { $this->token = $token; } /** * @return KnowledgeAnswersIntentQueryToken[] */ public function getToken() { return $this->token; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryTokens::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryTokens');