GoogleCloudDialogflowCxV3Webhook constructor

GoogleCloudDialogflowCxV3Webhook({
  1. bool? disabled,
  2. String? displayName,
  3. GoogleCloudDialogflowCxV3WebhookGenericWebService? genericWebService,
  4. String? name,
  5. GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig? serviceDirectory,
  6. String? timeout,
})

Implementation

GoogleCloudDialogflowCxV3Webhook({
  this.disabled,
  this.displayName,
  this.genericWebService,
  this.name,
  this.serviceDirectory,
  this.timeout,
});