intents = $intents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function getIntents() { return $this->intents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }