Stay organized with collections
Save and categorize content based on your preferences.
Invites a user to test an agent.
The invited user must be RCS-enabled and reachable by the RBM platform. When an agent invites a user to become a tester, an RBM platform management agent sends a message to the user asking for confirmation that she wants to be a tester of the agent. Once the user confirms, she becomes a tester.
An agent that has not yet launched can only interact with users who are testers of that agent. If an unlaunched agent attempts to send a message, event, or capability callback to a non-tester, the RBM platform returns a 403 PERMISSION_DENIED error.
An agent can send 20 tester requests each day with a total maximum of 200 tester requests. If you send tester requests above those limits, the RBM platform returns a 429 RESOURCE_EXHAUSTED response.
HTTP request
POST https://rcsbusinessmessaging.googleapis.com/v1/{parent=phones/*}/testers
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-27 UTC."],[[["Users can be invited to test an agent, but they must be RCS-enabled and reachable by the RBM platform, and they must also confirm their desire to be a tester."],["Unlaunched agents can only interact with users who have been confirmed as testers, otherwise a `403 PERMISSION_DENIED` error will occur."],["An agent is restricted to sending only 20 tester requests per day, with a maximum of 200 tester requests total, exceeding these limits results in a `429 RESOURCE_EXHAUSTED` error."],["The URL endpoint for sending a request to invite a tester follows the format `POST https://rcsbusinessmessaging.googleapis.com/v1/{parent=phones/*}/testers` where the phone number of the user must be in E.164 format."],["An agent's unique identifier is required in the request as the `agentId` query parameter."]]],[]]