Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Severity.
Severity level.
Protobuf type google.cloud.dialogflow.cx.v3.ValidationMessage.Severity
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ValidationMessageMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
INFO
Value: 1
The agent doesn't follow Dialogflow best practices.
Generated from protobuf enum INFO = 1;
WARNING
Value: 2
The agent may not behave as expected.
Generated from protobuf enum WARNING = 2;
ERROR
Value: 3
The agent may experience failures.
Generated from protobuf enum ERROR = 3;