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 webpage provides documentation for the `UpdateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in updating flows in Dialogflow CX."],["This documentation lists various versions of the `UpdateFlowRequest` class, with version 2.23.0 being the most recent, and going all the way back to 1.0.0."],["The `UpdateFlowRequest` class is a request message used for the `Flows.UpdateFlow` operation and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class has properties like `Flow`, `LanguageCode`, and `UpdateMask`, which are used to specify the flow to be updated, the language of certain fields, and the fields to be updated, respectively."],["The webpage also contains information on how to use the default constructor `UpdateFlowRequest()` and the overloaded constructor `UpdateFlowRequest(UpdateFlowRequest other)`."]]],[]]