Class: Google::Cloud::Dialogflow::V2::UpdateEnvironmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/environment.rb

Overview

The request message for Environments.UpdateEnvironment.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_load_to_draft_and_discard_changes::Boolean

Returns Optional. This field is used to prevent accidental overwrite of the default environment, which is an operation that cannot be undone. To confirm that the caller desires this overwrite, this field must be explicitly set to true when updating the default environment (environment ID = -).

Returns:

  • (::Boolean)

    Optional. This field is used to prevent accidental overwrite of the default environment, which is an operation that cannot be undone. To confirm that the caller desires this overwrite, this field must be explicitly set to true when updating the default environment (environment ID = -).



218
219
220
221
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 218

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

#environment::Google::Cloud::Dialogflow::V2::Environment

Returns Required. The environment to update.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 218

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:



218
219
220
221
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 218

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