nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudDialogflowCxV3Webhook[] */ public function setWebhooks($webhooks) { $this->webhooks = $webhooks; } /** * @return GoogleCloudDialogflowCxV3Webhook[] */ public function getWebhooks() { return $this->webhooks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ListWebhooksResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListWebhooksResponse');