nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudContactcenterinsightsV1QaQuestion[] */ public function setQaQuestions($qaQuestions) { $this->qaQuestions = $qaQuestions; } /** * @return GoogleCloudContactcenterinsightsV1QaQuestion[] */ public function getQaQuestions() { return $this->qaQuestions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ListQaQuestionsResponse');