Send feedback
ValidationResult
Stay organized with collections
Save and categorize content based on your preferences.
Represents the output of agent validation.
JSON representation
{
"validationErrors" : [
{
object (ValidationError
)
}
]
}
Fields
validationErrors[]
object (ValidationError
)
Contains all validation errors.
ValidationError
Represents a single validation error.
JSON representation
{
"severity" : enum (Severity
) ,
"entries" : [
string
] ,
"errorMessage" : string
}
Fields
severity
enum (Severity
)
The severity of the error.
entries[]
string
The names of the entries that the error is associated with. Format:
projects/<Project ID>/agent
, if the error is associated with the entire agent.
projects/<Project ID>/agent/intents/<Intent ID>
, if the error is associated with certain intents.
projects/<Project ID>/agent/intents/<Intent
Id>/trainingPhrases/<Training Phrase ID>
, if the error is associated with certain intent training phrases.
projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
ID>
, if the error is associated with certain intent parameters.
projects/<Project ID>/agent/entities/<Entity ID>
, if the error is associated with certain entities.
errorMessage
string
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-10 UTC.
Need to tell us more?
[[["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 2024-10-10 UTC."],[],[]]