queryText = $queryText; } /** * @return string */ public function getQueryText() { return $this->queryText; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerSuggestedQuery');