Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig.



6138
6139
6140
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6138

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

Instance Attribute Details

#webhook_overridesArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Webhook>

Corresponds to the JSON property webhookOverrides



6136
6137
6138
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6136

def webhook_overrides
  @webhook_overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6143
6144
6145
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6143

def update!(**args)
  @webhook_overrides = args[:webhook_overrides] if args.key?(:webhook_overrides)
end