nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function setSessionEntityTypes($sessionEntityTypes) { $this->sessionEntityTypes = $sessionEntityTypes; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType */ public function getSessionEntityTypes() { return $this->sessionEntityTypes; } }