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.
[[["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 `UpdateFlowRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package, with many previous versions also available for reference."],["`UpdateFlowRequest` is used to update a flow in Dialogflow CX, and it inherits from Object and implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides constructors to create new instances and clone existing ones, and has properties to define the flow to update, language code, and update mask."],["The `UpdateMask` property allows control over which fields are updated, or by default all fields are updated when no mask is present."],["The `LanguageCode` property is used to specify the language for certain fields within the flow, defaulting to the agent's language if unspecified, and supporting many different languages."]]],[]]