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 webpage details the `GetFlowValidationResultRequest` class, which is used to request the validation result for a specific flow in Google Cloud Dialogflow CX."],["The `GetFlowValidationResultRequest` class includes properties such as `Name`, `FlowValidationResultName`, and `LanguageCode` to specify the flow, its validation result, and the language for the operation."],["The webpage covers multiple versions of the request class, with version 2.23.0 being the latest, and a range of versions from 1.0.0 up to 2.23.0 accessible."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class, offering functionalities for message handling, comparison, cloning, and buffering."],["The page provides information about the constructors for `GetFlowValidationResultRequest`, including a default constructor and a constructor that accepts another `GetFlowValidationResultRequest` object as a parameter."]]],[]]