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 latest version of the `UpdateContextRequest` documentation is 4.26.0, which can be found within the Google.Cloud.Dialogflow.V2 namespace."],["This page lists the different versions of the `UpdateContextRequest` class, ranging from 4.26.0 down to 3.2.0, all within the `Google.Cloud.Dialogflow.V2` namespace."],["The `UpdateContextRequest` class is a request message used for updating contexts in Dialogflow V2 and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors, a default constructor, and a copy constructor, allowing for the creation of new `UpdateContextRequest` objects and the duplication of existing ones."],["The `UpdateContextRequest` class includes two key properties: `Context`, representing the context to be updated, and `UpdateMask`, an optional field to specify which fields to update."]]],[]]