Initiates a smart call to an encrypted number using a large language model.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aiccs:LlmSmartCallEncrypt |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EncryptCalledNumber |
string |
Yes |
The encrypted called number. |
140*********243 |
| PromptParam |
object |
No |
Parameters for the large language model's prompt. |
{"prompt":"推荐一部电影"} |
| StartWordParam |
object |
No |
Parameters for the large language model's opening statement. |
{"name":"小明","address":"浙江省杭州市"} |
| ApplicationCode |
string |
Yes |
The application code for the large language model. |
AD******45 |
| CallerNumber |
string |
Yes |
The caller number. |
132******65 |
| OutId |
string |
No |
A user-defined ID for the outbound call. |
dsa*******sad |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details about the access denied error. |
None |
| Message |
string |
A description of the status code. |
成功 |
| RequestId |
string |
The request ID. |
F92F9749-105E-518F-8B08-CF16EF36A0E2 |
| Data |
object |
The response data. |
|
| CallId |
string |
The call ID. |
149******206 |
| Code |
string |
The request status code. A value of 'ok' indicates that the request succeeded. |
ok |
| Success |
boolean |
Indicates whether the API call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "成功",
"RequestId": "F92F9749-105E-518F-8B08-CF16EF36A0E2",
"Data": {
"CallId": "149******206"
},
"Code": "ok",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.