public sealed class GetFlowValidationResultRequest : IMessage<GetFlowValidationResultRequest>, IEquatable<GetFlowValidationResultRequest>, IDeepCloneable<GetFlowValidationResultRequest>, IBufferMessage, IMessage
The request message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
[[["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 outlines the `GetFlowValidationResultRequest` class, which is used for requesting flow validation results in the Google Cloud Dialogflow CX V3 API, with the latest version being 2.23.0."],["The `GetFlowValidationResultRequest` class is a message type that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in message processing and manipulation."],["The class includes properties like `FlowValidationResultName`, `LanguageCode`, and `Name`, allowing users to specify the flow validation result they are requesting, along with the language and the resource name."],["There are two constructors, a parameterless constructor and one that takes another `GetFlowValidationResultRequest` as a parameter."],["This document provides a list of versions of the `GetFlowValidationResultRequest` class, all of which can be found under the `/dotnet/docs/reference/Google.Cloud.Dialogflow.Cx.V3/` file path, spanning from version 1.0.0 up to the latest release of version 2.23.0."]]],[]]