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 webpage provides documentation for the `GetFlowValidationResultRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used in the Dialogflow CX API."],["The class is a request message for retrieving the validation result of a flow, accessible via `Flows.GetFlowValidationResult`."],["The page lists all previous versions of this documentation, from version 1.0.0 up to the latest 2.23.0, allowing users to navigate to the version that fits their projects requirements."],["The `GetFlowValidationResultRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `FlowValidationResultName`, `LanguageCode`, and `Name`, which are used to specify the flow and language for which the validation result is being requested."]]],[]]