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."],[[["This webpage details the `UpdateContextRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating contexts in Dialogflow."],["The `UpdateContextRequest` class is the request message for the `Contexts.UpdateContext` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `UpdateContextRequest()` and a copy constructor `UpdateContextRequest(UpdateContextRequest other)`."],["It includes properties for `Context`, which is the context to update, and `UpdateMask`, which is used to control which fields get updated, and the page also displays a full list of versions that are available for this functionality from 4.26.0 all the way down to 3.2.0."]]],[]]