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 documentation page covers the `UpdateSessionRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["The `UpdateSessionRequest` class is used to send requests for the `UpdateSession` method, and it inherits from the base `object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides two constructors: a default one and another that accepts an `UpdateSessionRequest` object for cloning purposes."],["It includes two properties: `Session`, which represents the session to update, and `UpdateMask`, which specifies the fields to be updated in the session, while excluding `Session.name`."],["The latest version available is 1.6.0 and this page includes links to versions ranging from 1.0.0-beta06 to 1.6.0."]]],[]]