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-04-09 UTC."],[[["This page details the `UpdateContextRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.9.0 and provides links to other versions."],["The `UpdateContextRequest` class is used to update a context, serving as the request message for the `Contexts.UpdateContext` method."],["The `UpdateContextRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a parameterless constructor and one that accepts another `UpdateContextRequest` object."],["The `UpdateContextRequest` class has properties for setting the context to be updated (`Context`) and a mask to control which fields are modified (`UpdateMask`)."]]],[]]