queryText = $queryText; } /** * @return string */ public function getQueryText() { return $this->queryText; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery');