nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudContactcenterinsightsV1View[] */ public function setViews($views) { $this->views = $views; } /** * @return GoogleCloudContactcenterinsightsV1View[] */ public function getViews() { return $this->views; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ListViewsResponse::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ListViewsResponse');