public sealed class UpdateSessionRequest : IMessage<UpdateSessionRequest>, IEquatable<UpdateSessionRequest>, IDeepCloneable<UpdateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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 document provides reference documentation for the `UpdateSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["The `UpdateSessionRequest` class is a request message used for the `UpdateSession` method and is part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two properties: `Session`, which is the session to be updated, and `UpdateMask`, which specifies the fields of the session that should be updated."],["There are 7 versions of this class, ranging from 1.6.0 to 1.0.0-beta06, with 1.6.0 being the most current."]]],[]]