Google Cloud Dialogflow V2 Client - Class Severity (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Severity.

Represents a level of severity.

Protobuf type google.cloud.dialogflow.v2.ValidationError.Severity

Namespace

Google \ Cloud \ Dialogflow \ V2 \ ValidationError

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

SEVERITY_UNSPECIFIED

 Value: 0 

Not specified. This value should never be used.

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 partial failures.

Generated from protobuf enum ERROR = 3;

CRITICAL

 Value: 4 

The agent may completely fail.

Generated from protobuf enum CRITICAL = 4;