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 flows within the Google Cloud Dialogflow CX API."],["The `ValidateFlowRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all necessary for integrating with .NET and Google Cloud Protobuf."],["The page lists all the available versions of the `ValidateFlowRequest`, beginning with the current version, 2.23.0, and extending down to 1.0.0."],["The `ValidateFlowRequest` class has two constructors: a parameterless constructor and one that takes another `ValidateFlowRequest` object, allowing you to copy objects, with it also having multiple properties to configure said request such as the flow name and language code."],["The `ValidateFlowRequest` class falls under the namespace `Google.Cloud.Dialogflow.Cx.V3`, and its assembly is `Google.Cloud.Dialogflow.Cx.V3.dll`."]]],[]]