public sealed class GetAgentValidationResultRequest : IMessage<GetAgentValidationResultRequest>, IEquatable<GetAgentValidationResultRequest>, IDeepCloneable<GetAgentValidationResultRequest>, IBufferMessage, IMessage
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 details the `GetAgentValidationResultRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is a request message type used for the `Agents.GetAgentValidationResult` operation."],["The `GetAgentValidationResultRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor and one that takes another `GetAgentValidationResultRequest` object as a parameter for cloning."],["Key properties of the `GetAgentValidationResultRequest` class include `AgentValidationResultName` for typed access to the resource name, `LanguageCode` to specify the language, and `Name` which is a required field representing the agent's resource name in a specific format."],["The page provides access to documentation for numerous versions of this class, from version `1.0.0` all the way to the latest version `2.23.0`."]]],[]]