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."],[[["This document provides reference documentation for the `ValidateFlowRequest` class within the Google Cloud Dialogflow CX v3 API, spanning versions from 1.0.0 to the latest 2.23.0."],["`ValidateFlowRequest` is a class used to validate a flow, as indicated by its role as a request message for the `Flows.ValidateFlow` function in the Dialogflow CX v3 API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, reflecting its functionality and interaction with the Google Protobuf library."],["Key properties of `ValidateFlowRequest` include `FlowName`, which provides a typed view of the flow's resource name, `LanguageCode`, which specifies the language for validation, and `Name`, which holds the required resource name of the flow to be validated."],["There are two constructors listed for this class, one being a parameterless constructor, and the other being a copy constructor to copy existing `ValidateFlowRequest` objects."]]],[]]