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 provides documentation for the `FlowValidationResult` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure and functionality."],["The `FlowValidationResult` class represents the response message for validating flows in Dialogflow CX, as per `Flows.GetFlowValidationResult`, with the latest version being 2.23.0, and going down to version 1.0.0."],["Key properties of the `FlowValidationResult` class include `Name` for the unique identifier, `UpdateTime` indicating the last validation time, `ValidationMessages` for any messages from the validation, and `FlowValidationResultName` which is the typed resource view."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for message handling, equality comparison, deep cloning, and buffer message processing."],["The documentation details several versions of the class, from 1.0.0 to the latest 2.23.0, and includes inheritance information as well as information about the constructors."]]],[]]