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, detailing its use in validating flows."],["The `ValidateFlowRequest` class is part of the Google Cloud Dialogflow CX V3 library and has a history of versions ranging from 1.0.0 to the latest 2.23.0."],["The `ValidateFlowRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used as the request message for the `Flows.ValidateFlow` method."],["Key properties of the `ValidateFlowRequest` include `FlowName`, `LanguageCode`, and `Name`, which define the specific flow to validate, the language to use, and the resource path."],["There are two constructors available for the class, a parameterless one, and one that accepts another `ValidateFlowRequest` as input for copying."]]],[]]