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 `UpdateFlowRequest` class is used to send requests for updating flows within Google Cloud Dialogflow CX, specifically within version 3 of the API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like serialization, equality checks, deep cloning, and efficient memory management."],["The `UpdateFlowRequest` class contains properties such as `Flow`, `LanguageCode`, and `UpdateMask`, which specify the flow to update, the language to be used for specific fields, and the fields that should be updated respectively."],["This page provides access to the documentation for different versions of `UpdateFlowRequest` spanning from version 1.0.0 up to the latest version, 2.23.0, all within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["You can use both the default constructor, or a constructor with a pre-existing `UpdateFlowRequest` object for cloning."]]],[]]