Required. The project that the agent is associated with. Format: projects/<Project 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 endpoint retrieves the validation result of an agent, which is automatically updated after training is completed."],["The HTTP request uses a GET method with a URL structure that includes the project ID as a required path parameter, in this format: `projects/\u003cProject ID\u003e`."],["An optional query parameter, `languageCode`, can specify the language for the validation result, and if omitted, it will default to the agent's default language."],["The request body for this operation must be empty, and a successful response will return an instance of `ValidationResult`."],["Authorization for this request requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]