REST Resource: alerts.feedback

Risorsa: AlertFeedback

Feedback di un cliente relativo a un avviso.

Rappresentazione JSON
{
  "customerId": string,
  "alertId": string,
  "feedbackId": string,
  "createTime": string,
  "type": enum (AlertFeedbackType),
  "email": string
}
Campi
customerId

string

Solo output. L'identificatore univoco dell'account Google Workspace del cliente.

alertId

string

Solo output. L'identificatore dell'avviso.

feedbackId

string

Solo output. L'identificatore univoco del feedback.

createTime

string (Timestamp format)

Solo output. L'ora in cui è stato creato questo feedback.

type

enum (AlertFeedbackType)

Obbligatorio. Il tipo di feedback.

email

string

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 sugli avvisi non è utile.
SOMEWHAT_USEFUL Il report sugli avvisi è piuttosto utile.
VERY_USEFUL Il report sugli avvisi è molto utile.

Metodi

create

Crea un nuovo feedback per un avviso.

list

Elenca tutti i feedback relativi a un avviso.