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 latest version of `ValidateFlowRequest` is 2.23.0, and this class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `ValidateFlowRequest` class is used to send a request to validate a flow, as part of the `google.cloud.dialogflow.cx.v3.Flows.ValidateFlow` function."],["The `ValidateFlowRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has several properties, including `FlowName`, `LanguageCode`, and `Name`, used for configuring the validation request, with the `Name` property being required."],["The class provides two constructors, one default and another taking a `ValidateFlowRequest` object as a parameter for cloning purposes."]]],[]]