StopAiCallTask
Stops an outbound call task.
Operation description
-
Before you stop an outbound call task, ensure that the task has been created and its status is
running. -
If you have not created an outbound call task, create one on the Outbound Task Management page or call the CreateAiCallTask operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
Yes |
The task ID. |
1187************** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The detailed reason for the access denial. |
None |
| Message |
string |
The description of the status code. |
成功 |
| RequestId |
string |
The request ID. |
7124F972-BAB8-5D1E-90FC-01CB10713B29 |
| Data |
boolean |
Indicates whether the task was stopped successfully. Valid values:
Valid values:
|
true |
| Code |
string |
The request status code. A value of |
OK |
| Success |
boolean |
Indicates whether the API call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "成功",
"RequestId": "7124F972-BAB8-5D1E-90FC-01CB10713B29",
"Data": true,
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.