Class: Google::Cloud::DiscoveryEngine::V1::UpdateSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateSessionRequest
- 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
-
#session ⇒ ::Google::Cloud::DiscoveryEngine::V1::Session
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Session to update.
Instance Attribute Details
#session ⇒ ::Google::Cloud::DiscoveryEngine::V1::Session
Returns Required. The Session to update.
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.
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 |