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 available for `UpdateFlowRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0, with many previous versions also available, going down to version 1.0.0."],["`UpdateFlowRequest` is a class used as the request message for updating flows in Dialogflow CX, as part of the `Google.Cloud.Dialogflow.Cx.V3` API, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateFlowRequest` class allows for updating a specific flow with configurable fields such as `Flow`, `LanguageCode`, and `UpdateMask`, where the `UpdateMask` property controls which fields of the flow get updated."],["The class also has two constructors: one default constructor, and one constructor that accepts another `UpdateFlowRequest` object as a parameter."],["The supported languages for the flow can be specified by utilizing the `LanguageCode` property, or the agents default language will be used instead."]]],[]]