Module: Google::Cloud::Dialogflow::V2::ValidationError::Severity
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/validation_result.rb
Overview
Represents a level of severity.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
Not specified. This value should never be used.
0- INFO =
The agent doesn't follow Dialogflow best practices.
1- WARNING =
The agent may not behave as expected.
2- ERROR =
The agent may experience partial failures.
3- CRITICAL =
The agent may completely fail.
4