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 focusing on version 1.1.0."],["`UpdateSessionRequest` is used to send requests for the `UpdateSession` method, with the latest version being 1.6.0 and older version dating back to 1.0.0-beta06."],["The `UpdateSessionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `UpdateSessionRequest` include `Session` (the session to be updated) and `UpdateMask` (specifying which fields to update), both of which are required."],["The class has two constructors: a default constructor `UpdateSessionRequest()` and an overload that accepts another `UpdateSessionRequest` object for copying `UpdateSessionRequest(UpdateSessionRequest other)`."]]],[]]