ValidationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a single validation error.
Attributes | |
---|---|
Name | Description |
severity |
google.cloud.dialogflow_v2.types.ValidationError.Severity
The severity of the error. |
entries |
MutableSequence[str]
The names of the entries that the error is associated with. Format: - projects/ , if the error is
associated with the entire agent.
- projects/ , if
the error is associated with certain intents.
- projects/ ,
if the error is associated with certain intent training
phrases.
- projects/ ,
if the error is associated with certain intent
parameters.
- projects/ , if
the error is associated with certain entities.
|
error_message |
str
The detailed error message. |
Classes
Severity
Severity(value)
Represents a level of severity.
Values: SEVERITY_UNSPECIFIED (0): Not specified. This value should never be used. INFO (1): The agent doesn't follow Dialogflow best practices. WARNING (2): The agent may not behave as expected. ERROR (3): The agent may experience partial failures. CRITICAL (4): The agent may completely fail.