type property
The type of the feedback.
Required. Possible string values are:
- "ALERT_FEEDBACK_TYPE_UNSPECIFIED" : The feedback type is not specified.
- "NOT_USEFUL" : The alert report is not useful.
- "SOMEWHAT_USEFUL" : The alert report is somewhat useful.
- "VERY_USEFUL" : The alert report is very useful.
Implementation
core.String? type;