public sealed class ValidateFlowRequest : IMessage<ValidateFlowRequest>, IEquatable<ValidateFlowRequest>, IDeepCloneable<ValidateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ValidateFlowRequest.
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 provides reference documentation for the `ValidateFlowRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `ValidateFlowRequest` class is used to send requests for the `Flows.ValidateFlow` method, which validates a specific flow."],["The latest version of this API is 2.23.0, with documentation available for versions ranging down to 1.0.0."],["`ValidateFlowRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, amongst others."],["The class has a constructor and properties for `FlowName`, `LanguageCode`, and `Name`, allowing the user to specify the flow to be validated and other optional information."]]],[]]