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 ( |
Fields | |
---|---|
name |
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 |
The status of the invitation. |
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 |
|
---|---|
|
Invites a user to test an agent. |