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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]