Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest

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

Overview

The request message for Versions.LoadVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3LoadVersionRequest

Returns a new instance of GoogleCloudDialogflowCxV3LoadVersionRequest.



4182
4183
4184
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4182

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

Instance Attribute Details

#allow_override_agent_resourcesBoolean Also known as: allow_override_agent_resources?

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks). Corresponds to the JSON property allowOverrideAgentResources

Returns:

  • (Boolean)


4179
4180
4181
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4179

def allow_override_agent_resources
  @allow_override_agent_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4187
4188
4189
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4187

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