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 links to documentation for all versions dating back to 1.0.0."],["The `ValidateFlowRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its various use capabilities."],["The class's properties include `FlowName`, which is the typed view over the resource name property, `LanguageCode` which defaults to the agents default language if not specified, and `Name`, which is the name of the flow to be validated."],["The `ValidateFlowRequest` contains two constructors, a parameterless one, and another which takes another instance of `ValidateFlowRequest` as a parameter, `other`."]]],[]]