Class: Google::Cloud::DiscoveryEngine::V1::UpdateSessionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb

Overview

Request for UpdateSession method.

Instance Attribute Summary collapse

Instance Attribute Details

#session::Google::Cloud::DiscoveryEngine::V1::Session

Returns Required. The Session to update.

Returns:



726
727
728
729
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 726

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided Session to update. The following are NOT supported:

If not set or empty, all supported fields are updated.

Returns:



726
727
728
729
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 726

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