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 `ValidateFlowRequest` class is used to request the validation of a flow in Google Cloud Dialogflow CX."],["This page provides documentation for `ValidateFlowRequest` across multiple versions, ranging from 1.0.0 to the latest version 2.23.0, within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`ValidateFlowRequest` has properties for `FlowName`, `LanguageCode`, and `Name`, which specify the flow to be validated, the language used, and the resource name of the flow, respectively."],["The `ValidateFlowRequest` class has two constructors, a default constructor, and a copy constructor that takes another `ValidateFlowRequest` as a parameter."]]],[]]