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-04-09 UTC."],[[["This webpage provides reference documentation for the `AgentValidationResult` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, spanning multiple versions."],["The latest version available is 2.23.0, while the documentation covers versions from 1.0.0 up to 2.23.0, allowing developers to access information for a wide range of versions."],["The `AgentValidationResult` class is a sealed class implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it contains properties like `AgentValidationResultName`, `FlowValidationResults`, and `Name`."],["The `AgentValidationResult` class serves as the response message for `Agents.GetAgentValidationResult` in the Dialogflow v3 API, and it includes details for agent validation, including a list of flow validation results."],["There are two constructors to create an instance of the class, being a default `AgentValidationResult()` and another `AgentValidationResult(AgentValidationResult other)` allowing to pass another `AgentValidationResult` as parameter."]]],[]]