new_releases Updates: Check the
release notes for new features and product updates.
REST Resource: phones.testers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Tester
A tester for the agent. The agent can interact with verified testers even if the agent has not yet launched.
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.
|
Tester.InviteStatus
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[null,null,["Last updated 2024-11-14 UTC."],[[["\u003cp\u003eTesters allow interaction with an agent even before its official launch.\u003c/p\u003e\n"],["\u003cp\u003eEach tester is identified by their phone number in E.164 format within the \u003ccode\u003ename\u003c/code\u003e field, which is automatically set by the RBM platform.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einviteStatus\u003c/code\u003e field tracks the current status of a tester's invitation, which can be pending, accepted, or declined.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003ecreate\u003c/code\u003e can be used to send a user an invite to become an agent tester.\u003c/p\u003e\n"]]],[],null,["# REST Resource: phones.testers\n\nResource: Tester\n----------------\n\nA tester for the agent. The agent can interact with verified testers even if the agent has not yet launched.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"inviteStatus\": enum (/business-communications/rcs-business-messaging/reference/rest/v1/phones.testers#Tester.InviteStatus) } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `inviteStatus` | `enum (`[Tester.InviteStatus](/business-communications/rcs-business-messaging/reference/rest/v1/phones.testers#Tester.InviteStatus)`)` The status of the invitation. |\n\nTester.InviteStatus\n-------------------\n\nType of an invitation\n\n| Enums ||\n|-----------------------------|------------------------------------------------------|\n| `INVITE_STATUS_UNSPECIFIED` | Not specified. |\n| `PENDING` | The user has not responded to the invite yet. |\n| `ACCEPTED` | The user accepted the invitation to become a tester. |\n| `DECLINED` | The user declined the invitation to become a tester. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------|----------------------------------|\n| ### [create](/business-communications/rcs-business-messaging/reference/rest/v1/phones.testers/create) | Invites a user to test an agent. |"]]