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, used for managing flow validation results in Google Cloud Dialogflow CX."],["The `FlowValidationResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a number of properties, such as `Name`, `UpdateTime`, and `ValidationMessages`."],["The most recent version of `FlowValidationResult` is `2.23.0`, with numerous previous versions available, including everything from `2.22.0` down to `1.0.0`, all accessible through links to their respective documentation."],["The `FlowValidationResult` can be instantiated with a parameterless constructor or with another `FlowValidationResult` object, copying its properties, and it also has several methods inherited from `Object`, like `GetHashCode` and `GetType`."],["The class has a property named `FlowValidationResultName` that is a typed view over the resource name, and a `ValidationMessages` property which is a list of `ValidationMessage`."]]],[]]