public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
[[["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."],[[["The `UpdateContextRequest` class is used to update contexts in the Dialogflow V2 API, with version 4.26.0 being the most recent available, and version 3.3.0 is currently selected."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality checks, deep cloning, and buffer message handling."],["The `UpdateContextRequest` class includes properties for `Context`, which is the required context to be updated, and `UpdateMask`, which is optional and used to specify which fields should be updated."],["There are multiple versions available, from 3.2.0 all the way to the latest, 4.26.0, for the `UpdateContextRequest`, providing a comprehensive history of the class's evolution."],["`UpdateContextRequest` has two constructors, one that is parameterless, and one that takes in another `UpdateContextRequest` object, and it inherits methods from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]