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, specifically for .NET development."],["The `ValidateFlowRequest` class is used to construct messages for validating a flow in Dialogflow CX, through the `Flows.ValidateFlow` method."],["It contains properties for specifying the flow's name, either directly or through a `FlowName` object, along with an optional `LanguageCode` to validate the flow in a specific language."],["The documentation outlines various versions of the `ValidateFlowRequest` class, ranging from version 1.0.0 to the latest version 2.23.0, with each one linking to the respective API documentation."]]],[]]