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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `UpdateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, used in the Dialogflow v3 API."],["The `UpdateFlowRequest` class is utilized for updating flows and is available across multiple versions, from 1.0.0 up to the latest version 2.23.0, which is the most up to date."],["It has inherited members like GetHashCode, GetType, MemberwiseClone, and ToString from the base Object class, providing basic functionalities."],["The class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its capabilities in handling message operations, comparisons, deep cloning, and buffer operations."],["The class contains properties like Flow, LanguageCode, and UpdateMask, allowing specification of the flow to be updated, the language for specific fields within the flow, and a mask to control which fields should be modified."]]],[]]