class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest

The request message for Versions.LoadVersion.

Attributes

allow_override_agent_resources[RW]

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` @return [Boolean]

allow_override_agent_resources?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 2942
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v3/classes.rb, line 2947
def update!(**args)
  @allow_override_agent_resources = args[:allow_override_agent_resources] if args.key?(:allow_override_agent_resources)
end