ValidationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a single validation error.
Attributes |
|
---|---|
Name | Description |
severity |
google.cloud.dialogflow_v2beta1.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.