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.2.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 members from the `object` class."],["`UpdateSessionRequest` has two constructors, one default and one that accepts another `UpdateSessionRequest` object, as well as two properties, `Session` for updating session information, and `UpdateMask` to specify which fields to update."],["There are multiple versions of the `UpdateSessionRequest` listed, ranging from version 1.0.0-beta06 up to 1.6.0, which is the latest version."]]],[]]