Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v3/classes.rb,
generated/google/apis/dialogflow_v3/representations.rb,
generated/google/apis/dialogflow_v3/representations.rb
Overview
The request message for Versions.LoadVersion.
Instance Attribute Summary collapse
-
#allow_override_agent_resources ⇒ Boolean
(also: #allow_override_agent_resources?)
This field is used to prevent accidental overwrite of other agent resources in the draft version, which can potentially impact other flow's behavior.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3LoadVersionRequest
constructor
A new instance of GoogleCloudDialogflowCxV3LoadVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3LoadVersionRequest
Returns a new instance of GoogleCloudDialogflowCxV3LoadVersionRequest.
2254 2255 2256 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 2254 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_override_agent_resources ⇒ Boolean Also known as: allow_override_agent_resources?
This field is used to prevent accidental overwrite of other agent resources in
the draft version, 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
2251 2252 2253 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 2251 def allow_override_agent_resources @allow_override_agent_resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2259 2260 2261 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 2259 def update!(**args) @allow_override_agent_resources = args[:allow_override_agent_resources] if args.key?(:allow_override_agent_resources) end |