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."],[[["This webpage details the `FlowValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.6.0, offering documentation for various versions of the Dialogflow CX API."],["The `FlowValidationResult` class is a response message used for retrieving flow validation results and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `FlowValidationResultName`, `Name`, `UpdateTime`, and `ValidationMessages`, which provide information about the validation result, including its identifier, the last validation time, and any associated validation messages."],["Constructors for creating `FlowValidationResult` instances are provided, either as a default or by copying an existing `FlowValidationResult` object."],["The document outlines a list of available versions of `Google.Cloud.Dialogflow.Cx.V3.FlowValidationResult` ranging from the latest version 2.23.0 down to 1.0.0, allowing users to access documentation for past versions."]]],[]]