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."],[[["The webpage provides documentation for the `ValidateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in validating flows."],["The `ValidateFlowRequest` class is part of the Google Cloud Dialogflow CX V3 API and supports multiple versions, ranging from 1.0.0 to the latest version 2.23.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google Protobuf and .NET object comparison functionality."],["Key properties of `ValidateFlowRequest` include `FlowName`, `LanguageCode`, and `Name`, which are used to specify the flow to validate and related settings, such as language."],["The `ValidateFlowRequest` class has two constructors: one default and another that takes an existing `ValidateFlowRequest` object for creating a copy."]]],[]]