class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest
The request message for Versions.LoadVersion.
Attributes
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]
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
# File lib/google/apis/dialogflow_v3/classes.rb, line 2942 def initialize(**args) update!(**args) end
Public Instance Methods
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