public sealed class ValidateFlowRequest : IMessage<ValidateFlowRequest>, IEquatable<ValidateFlowRequest>, IDeepCloneable<ValidateFlowRequest>, IBufferMessage, IMessage
The request message for [Flows.ValidateFlow][google.cloud.dialogflow.cx.v3.Flows.ValidateFlow].
[[["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 `ValidateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 2.0.0 and it's previous iterations."],["`ValidateFlowRequest` is used to send requests for the `Flows.ValidateFlow` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FlowName`, `LanguageCode`, and `Name`, which are essential for specifying the flow to validate and the language to be used."],["The page also lists various versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 2.23.0 (latest) down to 1.0.0, allowing users to access documentation for specific versions."],["There are two constructors to create the `ValidateFlowRequest` class, one that takes no parameters and the other that creates a copy of the given `ValidateFlowRequest` class."]]],[]]