Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig.



10370
10371
10372
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10370

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

Instance Attribute Details

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

Corresponds to the JSON property webhookOverrides



10368
10369
10370
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10368

def webhook_overrides
  @webhook_overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10375
10376
10377
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10375

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