Modifies welcoming messages, opening remarks, and commands 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 |
| EnableWelcomeMessage |
boolean |
No |
Specifies whether to enable the welcoming message. |
true |
| PhoneNumber |
string |
Yes |
The phone number of the enterprise. |
86130000*** |
| Commands |
array<object> |
No |
The commands. |
|
|
object |
No |
The command. |
||
| CommandDescription |
string |
No |
The description of the command. |
Command 1 |
| CommandName |
string |
No |
The command name. |
test |
| Prompts |
array |
No |
The opening remarks. |
|
|
string |
No |
The opening remark. |
prompt1 |
|
| CustSpaceId |
string |
Yes |
The space ID of the RAM user within the independent software vendor (ISV) account or the instance ID of the customer of Alibaba Cloud. |
2993**** |
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 |
| Code |
string |
The response code.
|
OK |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "None",
"RequestId": "90E63D28-E31D-1EB2-8939-A94866411B2O",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.