new_releases 更新:查看
版本说明,了解新功能和产品动态。
REST Resource: phones.testers
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:测试人员
代理的测试人员。即使代理尚未发布,代理也可以与经过验证的测试人员互动。
字段 |
name |
string
此字段由 RBM 平台设置。请勿在创建 tester 对象时包含它。该字段会解析“phones/{E.164}/testers”,其中 {E.164} 是测试人员的电话号码(采用 E.164 格式)。
|
inviteStatus |
enum (Tester.InviteStatus )
邀请的状态。
|
Tester.InviteStatus
枚举 |
INVITE_STATUS_UNSPECIFIED |
未指定。 |
PENDING |
用户尚未回复邀请。 |
ACCEPTED |
用户接受了成为测试人员的邀请。 |
DECLINED |
用户拒绝了成为测试人员的邀请。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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. |"]]