public sealed class UpdateFlowRequest : IMessage<UpdateFlowRequest>, IEquatable<UpdateFlowRequest>, IDeepCloneable<UpdateFlowRequest>, IBufferMessage, IMessage
The request message for [Flows.UpdateFlow][google.cloud.dialogflow.cx.v3.Flows.UpdateFlow].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
Property Value
Type
Description
System.String
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The mask to control which fields get updated. If update_mask is not
specified, an error will be returned.
[[["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 page provides documentation for the `UpdateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for updating flows in the Dialogflow CX API."],["It includes a comprehensive list of available versions for the `UpdateFlowRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0, which is the version that's currently in view."],["The `UpdateFlowRequest` class inherits from `System.Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes an `UpdateFlowRequest` object as a parameter, allowing for object copying."],["Key properties of the `UpdateFlowRequest` class include `Flow` (the flow to update), `LanguageCode` (specifying the language for message fields), and `UpdateMask` (controlling which fields are updated)."]]],[]]