public sealed class ValidateFlowRequest : IMessage<ValidateFlowRequest>, IEquatable<ValidateFlowRequest>, IDeepCloneable<ValidateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ValidateFlowRequest.
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 part of the Google Cloud Dialogflow CX V3 API, and is used to validate a flow."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Dialogflow v3 API available is 2.23.0 and the webpage contains the documentation for various versions, spanning from 1.0.0 to 2.23.0."],["The `ValidateFlowRequest` class has two constructors, one default and one that takes another `ValidateFlowRequest` object as a parameter."],["The class contains properties like `FlowName`, `LanguageCode`, and `Name`, which are used to configure the flow validation request, such as specifiying the flow to validate, language, etc."]]],[]]