Class: Google::Cloud::Dialogflow::CX::V3::LoadVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::LoadVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/version.rb
Overview
The request message for Versions.LoadVersion.
Instance Attribute Summary collapse
-
#allow_override_agent_resources ⇒ ::Boolean
This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#allow_override_agent_resources ⇒ ::Boolean
Returns 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).
182 183 184 185 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 182 class LoadVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The Version to be loaded
to draft flow. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
182 183 184 185 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 182 class LoadVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |