Represents the output of agent validation.
| JSON representation |
|---|
{
"validationErrors": [
{
object ( |
| Fields | |
|---|---|
validationErrors[] |
Contains all validation errors. |
ValidationError
Represents a single validation error.
| JSON representation |
|---|
{
"severity": enum ( |
| Fields | |
|---|---|
severity |
The severity of the error. |
entries[] |
The names of the entries that the error is associated with. Format:
|
errorMessage |
The detailed error message. |
Severity
Represents a level of severity.
| Enums | |
|---|---|
SEVERITY_UNSPECIFIED |
Not specified. This value should never be used. |
INFO |
The agent doesn't follow Dialogflow best practices. |
WARNING |
The agent may not behave as expected. |
ERROR |
The agent may experience partial failures. |
CRITICAL |
The agent may completely fail. |