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 for .NET, covering versions from 1.0.0 to the latest version 2.23.0."],["The `AgentValidationResult` class is part of the Dialogflow v3 API and is used as the response message for retrieving agent validation results."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting features like message handling, equality checks, deep cloning, and buffer operations."],["Key properties of the `AgentValidationResult` class include `AgentValidationResultName`, a typed view over the resource name, `FlowValidationResults`, which holds all flow validation results, and `Name`, the unique identifier for the agent validation result."],["The documentation details available constructors, properties, inherited members, and version history of the `AgentValidationResult` class within the Google.Cloud.Dialogflow.Cx.V3 assembly."]]],[]]