Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig.



4051
4052
4053
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4051

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

Instance Attribute Details

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

Corresponds to the JSON property webhookOverrides



4049
4050
4051
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4049

def webhook_overrides
  @webhook_overrides
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4056
4057
4058
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4056

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