entityTypes = $entityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType */ public function getEntityTypes() { return $this->entityTypes; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }