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:



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.

Returns:



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