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 the `ValidateFlowRequest` class is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 package."],["This page documents the `ValidateFlowRequest` class, which is used to request the validation of a flow in Dialogflow CX, with a range of versions from 1.0.0 to the current 2.23.0."],["The `ValidateFlowRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `FlowName`, `LanguageCode`, and `Name` to configure the flow to validate."],["There are two constructors for the class, one that is parameterless, and the other takes another `ValidateFlowRequest` as parameter."]]],[]]