REST Resource: phones.testers

Risorsa: tester

Un tester per l'agente. L'agente può interagire con i tester verificati anche se non è stato ancora avviato.

Rappresentazione JSON
{
  "name": string,
  "inviteStatus": enum (Tester.InviteStatus)
}
Campi
name

string

Questo campo è impostato dalla piattaforma RBM. Non includerlo durante la creazione di un oggetto tester. Il campo risolve "phones/{E.164}/testers", dove {E.164} è il numero di telefono del tester in formato E.164.

inviteStatus

enum (Tester.InviteStatus)

Lo stato dell'invito.

Tester.InviteStatus

Tipo di invito

Enum
INVITE_STATUS_UNSPECIFIED Non specificato.
PENDING L'utente non ha ancora risposto all'invito.
ACCEPTED L'utente ha accettato l'invito a diventare tester.
DECLINED L'utente ha rifiutato l'invito a diventare tester.

Metodi

create

Invita un utente a testare un agente.