severity property
The severity of the error. Possible string values are:
- "SEVERITY_UNSPECIFIED" : Not specified. This value should never be used.
- "INFO" : The agent doesn't follow Dialogflow best practices.
- "WARNING" : The agent may not behave as expected.
- "ERROR" : The agent may experience partial failures.
- "CRITICAL" : The agent may completely fail.
Implementation
core.String? severity;