Stay organized with collections
Save and categorize content based on your preferences.
Requests a callback containing the capabilities of a user.
Following this request, the agent receives an asynchronous callback with the user's capabilities. DEPRECATED: Please use phones.getCapabilities instead.
HTTP request
POST https://rcsbusinessmessaging.googleapis.com/v1/{name=phones/*}/capability:requestCapabilityCallback
The request body contains data with the following structure:
JSON representation
{"requestId": string}
Fields
requestId
string
The ID of the request, assigned by the agent. This must be a UUID, as defined in https://tools.ietf.org/html/rfc4122. This request ID is included in the capability callback, which returns asynchronously.
Response body
If successful, the response body is an empty JSON object.
[[["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."],[[["This endpoint is deprecated and should be replaced with `phones.getCapabilities`."],["It allows for requesting a callback containing a user's capabilities via an asynchronous process."],["The request is made using a POST HTTP request to a URL that includes the user's phone number in E.164 format."],["The request body requires a `requestId` field, which is a UUID assigned by the agent and included in the capability callback."],["The endpoint requires the OAuth scope `https://www.googleapis.com/auth/rcsbusinessmessaging` to be authorized."]]],[]]