StartAiCallTask
Starts a call task.
Operation description
-
Before you start a call task, ensure its status is Stopped.
-
If you do not have a call task, create one on the Call Task Management page or by calling the CreateAiCallTask operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
Yes |
The ID of the call task. |
1187************** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The detailed reason why access is denied. |
None |
| Message |
string |
The status message. |
成功 |
| RequestId |
string |
The request ID. |
58A32FFF-86EE-5CF0-B365-97E8C574C7F4 |
| Data |
boolean |
Indicates whether the task was successfully started. Valid values:
Valid values:
|
false |
| Code |
string |
The status code. OK indicates that the request was successful. |
OK |
| Success |
boolean |
Indicates whether the API call was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "成功",
"RequestId": "58A32FFF-86EE-5CF0-B365-97E8C574C7F4",
"Data": false,
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.