GoogleCloudDialogflowCxV3ListWebhooksResponse constructor

GoogleCloudDialogflowCxV3ListWebhooksResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDialogflowCxV3Webhook>? webhooks,
})

Implementation

GoogleCloudDialogflowCxV3ListWebhooksResponse({
  this.nextPageToken,
  this.webhooks,
});