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, with the latest version being 2.23.0, and it implements several interfaces."],["The document outlines the class's inheritance from `object` and details the constructors, properties like `FlowName`, `LanguageCode`, and `Name`, and its implementation of interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The webpage lists various versions of the `ValidateFlowRequest` documentation, starting from version 1.0.0 up to the latest 2.23.0, allowing users to access documentation for past versions."],["The `ValidateFlowRequest` class has properties like `FlowName` to represent the resource name, `LanguageCode` for specifying the language, and `Name` to identify the flow to be validated."]]],[]]