REST Resource: alerts.feedback
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:AlertFeedback
JSON 表示法 |
{
"customerId": string,
"alertId": string,
"feedbackId": string,
"createTime": string,
"type": enum (AlertFeedbackType ),
"email": string
} |
字段 |
customerId |
string
仅限输出。客户 Google Workspace 账号的唯一标识符。
|
alertId |
string
仅限输出。提醒标识符。
|
feedbackId |
string
仅限输出。反馈的唯一标识符。
|
createTime |
string (Timestamp format)
仅限输出。此反馈的创建时间。
|
type |
enum (AlertFeedbackType )
必需。反馈的类型。
|
email |
string
仅限输出。提供反馈的用户的电子邮件地址。
|
AlertFeedbackType
枚举 |
ALERT_FEEDBACK_TYPE_UNSPECIFIED |
未指定反馈类型。 |
NOT_USEFUL |
提醒报告没有用。 |
SOMEWHAT_USEFUL |
提醒报告有一定用处。 |
VERY_USEFUL |
提醒报告非常有用。 |
方法 |
|
为提醒创建新反馈。 |
|
列出一条提醒的所有反馈。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]