[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["# REST Resource: alerts.feedback\n\n- [Resource: AlertFeedback](#AlertFeedback)\n - [JSON representation](#AlertFeedback.SCHEMA_REPRESENTATION)\n- [AlertFeedbackType](#AlertFeedbackType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AlertFeedback\n-----------------------\n\nA customer feedback about an alert.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customerId\": string, \"alertId\": string, \"feedbackId\": string, \"createTime\": string, \"type\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback#AlertFeedbackType), \"email\": string } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customerId` | `string` Output only. The unique identifier of the Google Workspace account of the customer. |\n| `alertId` | `string` Output only. The alert identifier. |\n| `feedbackId` | `string` Output only. The unique identifier for the feedback. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time this feedback was created. |\n| `type` | `enum (`[AlertFeedbackType](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback#AlertFeedbackType)`)` Required. The type of the feedback. |\n| `email` | `string` Output only. The email of the user that provided the feedback. |\n\nAlertFeedbackType\n-----------------\n\nThe type of alert feedback.\n\n| Enums ||\n|-----------------------------------|--------------------------------------|\n| `ALERT_FEEDBACK_TYPE_UNSPECIFIED` | The feedback type is not specified. |\n| `NOT_USEFUL` | The alert report is not useful. |\n| `SOMEWHAT_USEFUL` | The alert report is somewhat useful. |\n| `VERY_USEFUL` | The alert report is very useful. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|--------------------------------------|\n| ### [create](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback/create) | Creates new feedback for an alert. |\n| ### [list](/workspace/admin/alertcenter/reference/rest/v1beta1/alerts.feedback/list) | Lists all the feedback for an alert. |"]]