class Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3EnvironmentWebhookConfig

Configuration for webhooks.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @webhook_overrides = args[:webhook_overrides] if args.key?(:webhook_overrides)
end