Enum ValidationError.Types.Severity (3.9.0)

public enum Severity

Represents a level of severity.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Critical

The agent may completely fail.

Error

The agent may experience partial failures.

Info

The agent doesn't follow Dialogflow best practices.

Unspecified

Not specified. This value should never be used.

Warning

The agent may not behave as expected.