REST Resource: phones.testers

  • Testers allow interaction with an agent even before its official launch.

  • Each tester is identified by their phone number in E.164 format within the name field, which is automatically set by the RBM platform.

  • The inviteStatus field tracks the current status of a tester's invitation, which can be pending, accepted, or declined.

  • The method create can be used to send a user an invite to become an agent tester.

Resource: Tester

A tester for the agent. The agent can interact with verified testers even if the agent has not yet launched.

JSON representation
{
  "name": string,
  "inviteStatus": enum (Tester.InviteStatus)
}
Fields
name

string

This field is set by the RBM platform. Do not include it when creating a tester object. The field resolves "phones/{E.164}/testers", where {E.164} is the tester's phone number in E.164 format.

inviteStatus

enum (Tester.InviteStatus)

The status of the invitation. Read-only. Returned by the platform.

Tester.InviteStatus

Type of an invitation

Enums
INVITE_STATUS_UNSPECIFIED Not specified.
PENDING The user has not responded to the invite yet.
ACCEPTED The user accepted the invitation to become a tester.
DECLINED The user declined the invitation to become a tester.

Methods

create
(deprecated)

Invites a user to test an agent.