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 Google Cloud Dialogflow CX V3 API, specifically for .NET."],["The class is used to request the validation results of a Dialogflow agent, with the latest version being 2.23.0, and offers a variety of older version options."],["The `GetAgentValidationResultRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages, offering equality comparisons and having deep cloning capabilities."],["Key properties of this class include `AgentValidationResultName`, which provides a typed view over the resource name, `LanguageCode` to specify the language for validation, and `Name` which is a required property that specifies the agent's resource path."],["The page includes constructors for creating `GetAgentValidationResultRequest` instances, either empty or by copying an existing request, as well as it's full inheritance and inherited members."]]],[]]