nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudContactcenterinsightsV1PhraseMatcher[] */ public function setPhraseMatchers($phraseMatchers) { $this->phraseMatchers = $phraseMatchers; } /** * @return GoogleCloudContactcenterinsightsV1PhraseMatcher[] */ public function getPhraseMatchers() { return $this->phraseMatchers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse');