REST Resource: alerts.feedback

Risorsa: AlertFeedback

Il feedback dei clienti su 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'email dell'utente che ha fornito il feedback.

Tipo di feedback avviso

Il tipo di feedback degli avvisi.

Enum
ALERT_FEEDBACK_TYPE_UNSPECIFIED Il tipo di feedback non è specificato.
NOT_USEFUL Il report di avviso non è utile.
SOMEWHAT_USEFUL Il report di avviso è piuttosto utile.
VERY_USEFUL Il report sugli avvisi è molto utile.

Metodi

create

Crea un nuovo feedback per un avviso.

list

Elenca tutti i feedback per un avviso.