Required. The project that the agent is associated with. Format: projects/<Project ID> or projects/<Project ID>/locations/<Location ID>.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.agents.get
Query parameters
Parameters
languageCode
string
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.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ValidationResult.
[[["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-05 UTC."],[[["This webpage details how to retrieve an agent's validation result, which is automatically updated post-training."],["The HTTP request is a `GET` method to a specific endpoint URL, including the project and optional location in the path, as well as the agent information."],["The `parent` path parameter is a mandatory field identifying the project associated with the agent."],["An optional `languageCode` query parameter can specify the desired language for the validation results, defaulting to the agent's default language if not provided."],["The request body must be left empty, and a successful response will contain a `ValidationResult` instance."]]],[]]