GoogleCloudDialogflowCxV3Webhook constructor
      
      GoogleCloudDialogflowCxV3Webhook({ 
    
    
- bool? disabled,
 - String? displayName,
 - GoogleCloudDialogflowCxV3WebhookGenericWebService? genericWebService,
 - String? name,
 - GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig? serviceDirectory,
 - String? timeout,
 
Implementation
GoogleCloudDialogflowCxV3Webhook({
  this.disabled,
  this.displayName,
  this.genericWebService,
  this.name,
  this.serviceDirectory,
  this.timeout,
});