Class: Google::Cloud::Dialogflow::CX::V3::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The request message for Environments.UpdateEnvironment.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Environment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Environment
Returns Required. The environment to update.
184 185 186 187 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 184 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to control which fields get updated.
184 185 186 187 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 184 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |