Module: Google::Cloud::Dialogflow::CX::V3::ValidationMessage::Severity
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/validation_message.rb
Overview
Severity level.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
Unspecified.
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 failures.
3