- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets agent validation result. Agent validation is performed during training time and is updated automatically when training is completed.
HTTP request
GET https://{endpoint}/v2/{parent=projects/*}/agent/validationResult
Where {endpoint}
is one of the supported service endpoints
.
The URLs use gRPC Transcoding syntax.
Path parameters
parent
string
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
|
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
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-platform -
https://www.googleapis.com/auth/dialogflow
For more information, see the Authentication Overview .

