Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::ValidationError::Severity (v0.15.2)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::ValidationError::Severity.

Represents a level of severity.

Constants

SEVERITY_UNSPECIFIED

value: 0
Not specified. This value should never be used.

INFO

value: 1
The agent doesn't follow Dialogflow best practices.

WARNING

value: 2
The agent may not behave as expected.

ERROR

value: 3
The agent may experience partial failures.

CRITICAL

value: 4
The agent may completely fail.