severity property

String? severity
getter/setter pair

Indicates the severity of the message. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Unspecified.
  • "INFO" : The agent doesn't follow Dialogflow best practices.
  • "WARNING" : The agent may not behave as expected.
  • "ERROR" : The agent may experience failures.

Implementation

core.String? severity;