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 provides documentation for the `UpdateContextRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in updating contexts."],["The `UpdateContextRequest` class is available in multiple versions, ranging from 3.2.0 to 4.26.0, with the latest version being 4.26.0."],["The `UpdateContextRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a parameterless one and one that takes another `UpdateContextRequest` object, allowing it to create and clone `UpdateContextRequest` objects."],["It has properties for `Context`, which is the context to update, and `UpdateMask`, which controls the fields that will be updated, allowing users to control the scope of the update."]]],[]]