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 latest version of `ValidateFlowRequest` is 2.23.0, and the page provides access to documentation for many versions, starting from 1.0.0 up to the latest."],["The `ValidateFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various functionalities within the .NET environment."],["Key properties of the `ValidateFlowRequest` class include `FlowName`, `LanguageCode`, and `Name`, allowing users to specify the flow to validate and the language to use."],["The `ValidateFlowRequest` class has two constructors, one default, and one that allows you to make a copy of another instance of `ValidateFlowRequest` through the `other` parameter."]]],[]]