public sealed class UpdateSessionRequest : IMessage<UpdateSessionRequest>, IEquatable<UpdateSessionRequest>, IDeepCloneable<UpdateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class UpdateSessionRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `UpdateSessionRequest` class within the Google Cloud Discovery Engine v1beta API, which is used to request updates to a session."],["The `UpdateSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The class has two constructors: a default constructor `UpdateSessionRequest()` and a copy constructor `UpdateSessionRequest(UpdateSessionRequest other)`, for creating new instances or copying existing ones."],["The `UpdateSessionRequest` class contains two key properties, `Session` which represents the session to update and `UpdateMask` which specifies which fields of the session should be updated."],["The `UpdateSessionRequest` class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is located within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]