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 webpage provides reference documentation for the `ValidateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `ValidateFlowRequest` class is used as a request message for validating flows in the Dialogflow CX v3 API, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It lists a history of versions, from 1.0.0 up to 2.23.0 (latest), with links to each version's documentation."],["Key properties of the `ValidateFlowRequest` class include `Name` (specifying the flow to validate), `FlowName` (a typed view over the `Name`), and `LanguageCode` (for specifying the language, defaulting to the agent's language if not set)."]]],[]]