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 `GetFlowValidationResultRequest` class is a request message used for retrieving the validation result of a flow in Dialogflow CX."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the Google.Protobuf framework."],["The `GetFlowValidationResultRequest` class includes properties such as `FlowValidationResultName`, `LanguageCode`, and `Name` to specify the flow and the desired language for the validation."],["The latest version of the class shown is 2.23.0, and there are links to the documentation for all versions going back to version 1.0.0."],["It has two constructors that allow the creation of an empty instance of the class, or one that copies over the parameters of an already existing instance."]]],[]]