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
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
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 |