new_releases 更新:查看
版本資訊瞭解新功能和產品更新。
REST Resource: phones.testers
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:測試人員
代理程式的測試人員。即使服務專員尚未發布服務專員,服務專員仍可與通過驗證的測試人員互動。
欄位 |
name |
string
這個欄位是由 RBM 平台設定。請勿在建立測試人員物件時加入這個程式碼。欄位會解析「phones/{E.164}/testers」,其中 {E.164} 是測試人員的電話號碼 (採用 E.164 格式)。
|
inviteStatus |
enum (Tester.InviteStatus )
邀請的狀態。
|
Tester.InviteStatus
列舉 |
INVITE_STATUS_UNSPECIFIED |
不指定。 |
PENDING |
使用者尚未回覆邀請。 |
ACCEPTED |
使用者已接受成為測試人員的邀請。 |
DECLINED |
使用者已拒絕成為測試人員。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]