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 webpage provides reference documentation for the `ValidateFlowRequest` class within the Dialogflow v3 API, specifically for the .NET environment, spanning multiple versions from 1.0.0 to the latest 2.23.0."],["`ValidateFlowRequest` is a request message used for validating a flow within the Dialogflow CX platform, as indicated by `Flows.ValidateFlow`."],["The class `ValidateFlowRequest` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `ValidateFlowRequest` include `FlowName` (a resource name property), `LanguageCode` (which defaults to the agent's default language if not specified), and `Name` (the required flow to validate)."],["The full documentation provides a breakdown of the members in this class including, methods, properties, constructors, and inherited members, which can be found across the different versions provided."]]],[]]