public sealed class GetFlowValidationResultRequest : IMessage<GetFlowValidationResultRequest>, IEquatable<GetFlowValidationResultRequest>, IDeepCloneable<GetFlowValidationResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetFlowValidationResultRequest.
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 provides reference documentation for the `GetFlowValidationResultRequest` class within the Dialogflow v3 API, specifically for the .NET environment."],["The `GetFlowValidationResultRequest` class is a request message used for retrieving the validation result of a flow in Dialogflow CX, as part of the `Flows.GetFlowValidationResult` method."],["The class is implemented across a number of versions, with version 2.23.0 being the latest and version 1.0.0 being the earliest within this reference documentation, and the document outlines how it inherits from base classes and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers the class's constructors and properties, detailing how to instantiate the object and set parameters like `FlowValidationResultName`, `LanguageCode`, and `Name`."],["The `FlowValidationResultName` is a typed view over the `Name` property, while the `LanguageCode` field allows for specifying the language, defaulting to the agent's language if not provided."]]],[]]