Class ValidationError (2.19.1)

ValidationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a single validation error.

Attributes

NameDescription
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/
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.