Risorsa: AlertFeedback
Un feedback del cliente su un avviso.
| Rappresentazione JSON |
|---|
{
"customerId": string,
"alertId": string,
"feedbackId": string,
"createTime": string,
"type": enum ( |
| Campi | |
|---|---|
customerId |
Solo output. L'identificatore univoco dell'account Google Workspace del cliente. |
alertId |
Solo output. L'identificatore dell'avviso. |
feedbackId |
Solo output. L'identificatore univoco del feedback. |
createTime |
Solo output. L'ora in cui è stato creato il feedback. |
type |
Obbligatorio. Il tipo di feedback. |
email |
Solo output. L'indirizzo email dell'utente che ha fornito il feedback. |
AlertFeedbackType
Il tipo di feedback sull'avviso.
| Enum | |
|---|---|
ALERT_FEEDBACK_TYPE_UNSPECIFIED |
Il tipo di feedback non è specificato. |
NOT_USEFUL |
Il report di avviso non è utile. |
SOMEWHAT_USEFUL |
Il report sugli avvisi è abbastanza utile. |
VERY_USEFUL |
Il report sugli avvisi è molto utile. |
Metodi |
|
|---|---|
|
Crea un nuovo feedback per un avviso. |
|
Elenca tutti i feedback per un avviso. |