Class: Google::Cloud::Dialogflow::CX::V3::UpdateEnvironmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#environment::Google::Cloud::Dialogflow::CX::V3::Environment

Returns Required. The environment to update.

Returns:



182
183
184
185
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 182

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.

Returns:



182
183
184
185
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 182

class UpdateEnvironmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end