public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateContextRequest.
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 provides reference documentation for the `UpdateContextRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateContextRequest` class is used to send a request message for updating a context in Dialogflow, as seen in the API `Contexts.UpdateContext`."],["The documentation includes details on the class's constructors, such as the default constructor and a copy constructor that accepts another `UpdateContextRequest`."],["Key properties of `UpdateContextRequest` are detailed, including the `Context` property (required for the context to update) and the `UpdateMask` property (optional for controlling which fields are updated)."],["This documentation is versioned, offering links to various versions of the `UpdateContextRequest` class from version 4.26.0 (latest) down to 3.2.0."]]],[]]