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."],[[["This webpage details the `ValidateFlowRequest` class, which is used to validate a flow within the Google Cloud Dialogflow CX V3 service."],["The `ValidateFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protocol Buffers framework."],["The page lists a range of available versions for the `ValidateFlowRequest`, with the most recent being version 2.23.0 and going as far back as version 1.0.0."],["Key properties of the class include `FlowName`, `LanguageCode`, and `Name`, allowing for specification of the flow to validate and related details."],["The `ValidateFlowRequest` class can be constructed with either no parameters or by passing another `ValidateFlowRequest` instance to copy."]]],[]]