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 document outlines the `FlowValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to retrieve the validation status of a Dialogflow CX flow."],["The `FlowValidationResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Protobuf systems and enabling functionality such as message comparison and deep cloning."],["The document provides a comprehensive list of all available versions for `FlowValidationResult`, starting from version `1.0.0` up to the latest version, `2.23.0`, each link taking the user to the corresponding documentation for that specific version."],["Key properties of the `FlowValidationResult` class include `FlowValidationResultName`, `Name`, `UpdateTime`, and `ValidationMessages`, which provide details about the validation process and identify the specific flow being validated."],["The class includes two constructors that are `FlowValidationResult()` and `FlowValidationResult(FlowValidationResult other)`, allowing users to instantiate the class with either a blank default, or by passing in another `FlowValidationResult` to be duplicated."]]],[]]