public sealed class AgentValidationResult : IMessage<AgentValidationResult>, IEquatable<AgentValidationResult>, IDeepCloneable<AgentValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class AgentValidationResult.
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].
[[["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 reference documentation for the `AgentValidationResult` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The content covers a range of versions for the Dialogflow v3 API, starting from version 1.0.0 and extending to the latest version 2.23.0, including the specified version 2.16.0."],["`AgentValidationResult` is a class used to represent the response message from the `Agents.GetAgentValidationResult` method, and it provides access to flow validation results."],["The `AgentValidationResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType`, and `ToString` from the base `object` class."],["The properties of `AgentValidationResult` include `AgentValidationResultName`, `FlowValidationResults`, and `Name`, allowing for detailed examination of validation outcomes within the Dialogflow agent."]]],[]]