agents = $agents; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Agent */ public function getAgents() { return $this->agents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }