StartAiCallTask

Updated at:

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • true: Success.

  • false: Failure.

Valid values:

  • true :
  • false :

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:

  • true: Success.

  • false: Failure.

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.