public sealed class UpdateFlowRequest : IMessage<UpdateFlowRequest>, IEquatable<UpdateFlowRequest>, IDeepCloneable<UpdateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateFlowRequest.
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 the Dialogflow CX v3 API."],["The latest version of `UpdateFlowRequest` is 2.23.0, but the documentation provides links to versions ranging from 1.0.0 to 2.23.0, allowing users to access the documentation for different versions of the class."],["`UpdateFlowRequest` includes properties such as `Flow` (the flow to update), `LanguageCode` (the language for specific flow fields), and `UpdateMask` (controlling which fields get updated)."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, which provide functionalities like message handling, equality checks, deep cloning, and buffer message operations."],["There are two constructors available: one default constructor and another that accepts an existing `UpdateFlowRequest` object for creating a copy."]]],[]]