Queries the conversational automation settings for a phone number.
Operation description
QPS limit
This operation allows a maximum of 5 requests per second per account. Excess requests are throttled, which may affect your business. Stay within the specified limit.
This operation retrieves data directly from Meta. Meta imposes its own rate limits on the total number of calls. Stay within the specified limit.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
The space ID of the ISV sub-customer or the instance ID. |
cams-3ie*** |
| PhoneNumber |
string |
Yes |
The phone number of the enterprise. |
86130000*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| Message |
string |
The error message. |
None |
| RequestId |
string |
The request ID. |
90E63D28-E31D-1EB2-8939-A94866411B2O |
| Data |
object |
The returned data. |
|
| Prompts |
array |
The opening remarks. |
|
|
string |
The opening remark. |
prompt1 |
|
| Commands |
array<object> |
The commands. |
|
|
object |
The command. |
||
| CommandDescription |
string |
The description of the command. |
description |
| CommandName |
string |
The name of the command. |
common1 |
| PhoneNumber |
string |
The phone number of the enterprise. |
861380000**** |
| EnableWelcomeMessage |
boolean |
Indicates whether the welcoming message is enabled. |
true |
| Code |
string |
The response code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "None",
"RequestId": "90E63D28-E31D-1EB2-8939-A94866411B2O",
"Data": {
"Prompts": [
"prompt1"
],
"Commands": [
{
"CommandDescription": "description",
"CommandName": "common1"
}
],
"PhoneNumber": "861380000****",
"EnableWelcomeMessage": true
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.