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 content focuses on the `ValidateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to validate flows in Dialogflow CX."],["There are multiple versions of the `ValidateFlowRequest` class documented, ranging from version 1.0.0 up to the latest version 2.23.0."],["The `ValidateFlowRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from the `Object` class."],["The `ValidateFlowRequest` class has two constructors and three properties: `FlowName` which gives the FlowName typed view, `LanguageCode` which specifies the language used, and `Name`, which is required and specifies the flow to validate."],["The documentation includes a list of inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]