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."],[[["The page provides documentation for the `GetAgentValidationResultRequest` class within the Dialogflow v3 API for .NET, detailing its purpose, inheritance, implementations, constructors, and properties."],["This class, `GetAgentValidationResultRequest`, is used to request an agent validation result within the Dialogflow CX environment, with a required agent name parameter."],["The document lists available versions of the API, ranging from the latest 2.23.0 down to 1.0.0, each linked to its specific documentation for the `GetAgentValidationResultRequest` class."],["The `GetAgentValidationResultRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing for deep cloning, comparison, and message handling."],["Key properties of `GetAgentValidationResultRequest` are `AgentValidationResultName` for a typed view of the agent validation result name, `LanguageCode` to specify the language, and `Name` to specify the agent path."]]],[]]