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."],[[["The document provides reference documentation for the `AgentValidationResult` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, part of the Dialogflow v3 API."],["It lists multiple versions of the Dialogflow API, ranging from version 1.0.0 up to the latest version, 2.23.0, each with a specific link to their `AgentValidationResult` documentation."],["`AgentValidationResult` is defined as a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used for the response message of `Agents.GetAgentValidationResult`."],["The `AgentValidationResult` class includes properties like `AgentValidationResultName`, `FlowValidationResults`, and `Name`, which provide details about the agent validation."],["There are two constructors for `AgentValidationResult`: a default constructor and one that accepts another `AgentValidationResult` object as a parameter for creating a new instance."]]],[]]