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"]],[["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 `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."]]],[]]