REST Resource: phones.testers
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: टेस्टर
एजेंट के लिए टेस्टर. वह एजेंट, जांच करने वाले ऐसे लोगों से इंटरैक्ट कर सकता है जिनकी पुष्टि हो चुकी है. भले ही, उसने अभी तक एजेंट को लॉन्च न किया हो.
फ़ील्ड |
name |
string
यह फ़ील्ड, आरबीएम प्लैटफ़ॉर्म ने सेट किया है. टेस्टर ऑब्जेक्ट बनाते समय इसे शामिल न करें. इस फ़ील्ड में "फ़ोन/{E.164}/टेस्टर" को शामिल किया जाता है, जहां {E.164} टेस्टर का फ़ोन नंबर E.164 फ़ॉर्मैट में होता है.
|
inviteStatus |
enum (Tester.InviteStatus )
न्योते की स्थिति.
|
Tester.InviteStatus
Enums |
INVITE_STATUS_UNSPECIFIED |
तय नहीं किया गया. |
PENDING |
उपयोगकर्ता ने अभी तक न्योते का जवाब नहीं दिया है. |
ACCEPTED |
उपयोगकर्ता ने टेस्टर बनने का न्योता स्वीकार कर लिया है. |
DECLINED |
उपयोगकर्ता ने टेस्टर बनने का न्योता अस्वीकार कर दिया है. |
तरीके |
|
एजेंट को टेस्ट करने के लिए, किसी उपयोगकर्ता को न्योता देता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (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. |"]]