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 `Object` class."],["The class includes constructors for creating instances, either as a default object or by cloning another `GetAgentValidationResultRequest` object."],["It provides two key properties: `AgentValidationResultName` for the resource name, and `LanguageCode`, which is optional and defaults to the agent's default language if not specified, as well as `Name` which is a required property."],["The page lists numerous versions of the `GetAgentValidationResultRequest`, ranging from version 2.23.0 down to 1.0.0, with 2.23.0 being the latest version."]]],[]]