public sealed class FlowValidationResult : IMessage<FlowValidationResult>, IEquatable<FlowValidationResult>, IDeepCloneable<FlowValidationResult>, IBufferMessage, IMessage
The response message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].
The unique identifier of the flow validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/validationResult.
[[["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 provided content is a documentation page for the `FlowValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, detailing its versions and properties."],["The most recent version documented is 2.23.0, although this page is viewed from version 1.12.0, and there are many older versions of `FlowValidationResult` listed, each with a corresponding link."],["The `FlowValidationResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `FlowValidationResult` class has properties such as `FlowValidationResultName`, `Name`, `UpdateTime`, and `ValidationMessages`, which are related to identifying the result, its unique identifier, when the flow was validated, and the collection of validation messages, respectively."],["The documentation outlines the class's inheritance from `Object` and lists its constructors, including a default constructor and one that accepts another `FlowValidationResult` instance."]]],[]]