public sealed class GetAgentValidationResultRequest : IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetAgentValidationResultRequest.
The request 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 documentation for the `GetAgentValidationResultRequest` class within the Dialogflow v3 API for .NET, detailing its purpose as a request message for retrieving agent validation results."],["The documentation includes details for the `GetAgentValidationResultRequest` class versions ranging from 1.0.0 to the latest version, 2.23.0, for the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `GetAgentValidationResultRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetAgentValidationResultRequest` include `AgentValidationResultName`, `LanguageCode`, and `Name`, which are essential for specifying the agent and language for validation."],["The `GetAgentValidationResultRequest` class offers two constructors, a default one and another that takes an existing `GetAgentValidationResultRequest` object as a parameter for copying values."]]],[]]