public sealed class GetValidationResultRequest : IMessage<GetValidationResultRequest>, IEquatable<GetValidationResultRequest>, IDeepCloneable<GetValidationResultRequest>, IBufferMessage, IMessage
The request message for [Agents.GetValidationResult][google.cloud.dialogflow.v2.Agents.GetValidationResult].
Optional. The language for which you want a validation result. If not
specified, the agent's default language is used. Many
languages
are supported. Note: languages must be enabled in the agent before they can
be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `GetValidationResultRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically version 3.2.0 and its relationship with other versions."],["The `GetValidationResultRequest` class is used to request validation results from Dialogflow agents, as part of the \\[Agents.GetValidationResult\\] function."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `LanguageCode` to specify the language for the validation result and `Parent` to indicate the associated project."],["There is documentation available for various versions of the `GetValidationResultRequest`, ranging from the latest 4.26.0 down to 3.2.0, for use in the Dialogflow.V2 library."]]],[]]