Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Request for UpdateSession method.
Instance Attribute Summary collapse
-
#session ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Session
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Session to update.
Instance Attribute Details
#session ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Session
Returns Required. The Session to update.
766 767 768 769 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 766 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.
766 767 768 769 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 766 class UpdateSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |