public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateContextRequest.
The request message for
[Contexts.UpdateContext][google.cloud.dialogflow.v2beta1.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 documentation is for the `UpdateContextRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18, with version 1.0.0-beta23 being the latest."],["`UpdateContextRequest` is a request message used for the `Contexts.UpdateContext` method, which is part of updating context operations within the Dialogflow API."],["The class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two primary properties: `Context`, which is the context to be updated and is a required property, and `UpdateMask`, which is an optional mask to specify which fields to update."],["The class has two constructors, one is the default and the other takes an existing `UpdateContextRequest` object to use as a template."]]],[]]