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 `ValidateFlowRequest` class is used to request the validation of a flow in Google Cloud Dialogflow CX."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The latest version of this request class is `2.23.0`, and it has various prior versions for use in different environments, each with the same underlying functionality."],["It has two constructors and three properties, including `FlowName`, `LanguageCode`, and `Name` which are required to validate a specific flow in a project, and can use default agent languages."],["It inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]