REST Resource: alerts.feedback

Zasób: Alertfeedback

Opinia klienta na temat alertu.

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

string

Tylko dane wyjściowe. Unikalny identyfikator konta Google Workspace klienta.

alertId

string

Tylko dane wyjściowe. Identyfikator alertu.

feedbackId

string

Tylko dane wyjściowe. Unikalny identyfikator opinii.

createTime

string (Timestamp format)

Tylko dane wyjściowe. Godzina utworzenia tej opinii.

type

enum (AlertFeedbackType)

Wymagany. Typ opinii.

email

string

Tylko dane wyjściowe. Adres e-mail użytkownika, który przesłał opinię.

Typ opinii na temat alertu

Typ opinii na temat alertu.

Wartości w polu enum
ALERT_FEEDBACK_TYPE_UNSPECIFIED Nie określono typu opinii.
NOT_USEFUL Raport o alertach nie jest przydatny.
SOMEWHAT_USEFUL Raport alertów jest trochę przydatny.
VERY_USEFUL Raport dotyczący alertów jest bardzo przydatny.

Metody

create

Tworzy nową opinię dla alertu.

list

Wyświetla wszystkie opinie dotyczące alertu.