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."],[[["The latest version of the `GetFlowValidationResultRequest` is 2.23.0, and the page provides access to various historical versions, down to version 1.0.0."],["`GetFlowValidationResultRequest` is a request message used for retrieving flow validation results within the Dialogflow CX environment, as part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `GetFlowValidationResultRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which supports the necessary features to allow for its use as a message, while also providing features such as deep cloning and equatable comparison."],["The `GetFlowValidationResultRequest` has properties like `FlowValidationResultName`, `LanguageCode`, and `Name`, which are used to define the specific flow and language context for which the validation result is being requested."],["The class is constructable via parameterless constructor, or a constructor that will create a copy based on another `GetFlowValidationResultRequest`."]]],[]]