contexts = $contexts; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Context */ public function getContexts() { return $this->contexts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }