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.5.0."],["The `UpdateSessionRequest` class is a request message used for the `UpdateSession` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides methods such as `GetHashCode`, `GetType`, and `ToString`, among others."],["It includes two constructors: a default constructor and another that takes an existing `UpdateSessionRequest` object as a parameter for creating a copy."],["`UpdateSessionRequest` class has two properties: `Session` which is of type Session, and is a required parameter, and `UpdateMask` of type FieldMask, to specify which fields to update, excluding Session name."]]],[]]