GetTaskResult - 通过任务ID获取离线任务分析结果

更新时间:
复制 MD 格式

通过任务ID获取离线任务对话分析结果。应用调用支持 HTTPS调用来完成客户的响应。

接口说明

请确保在使用该接口前,已充分了解通义晓蜜 CCAI-对话分析 AIO 产品的收费方式和价格。

前提条件

  1. 已开通通义晓蜜 CCAI-对话分析 AIO 服务。

  2. 已创建应用:应用中心完成通义晓蜜 CCAI-对话分析 AIO 应用创建,并获取到 APP-ID 和 WORKSPACE-ID:获取 APP-ID 和 WORKSPACE-ID

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET /ccai/app/getTaskResult HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

taskId

string

任务 ID

20240905-********-93E9-5D45-B4EF-045743A34071

requiredFieldList

array

可选字段列表

string

可选字段值

asr_result

返回参数

名称

类型

描述

示例值

object

Schema of Response

data

object

返回数据。

taskId

string

任务 ID。

20240905-********-93E9-5D45-B4EF-045743A34071

text

string

应用返回的结果。

对话中没有发现客服故意套取客户隐私信息的行为

taskErrorMessage

string

任务失败信息

异常

taskStatus

string

任务状态。QUEUE-排队中,FINISH-已完成,ERROR-任务出错

FINISH

asrResult

array<object>

ASR 识别结果列表

object

ASR 识别结果

begin

integer

该句的起始时间偏移,单位为毫秒。

80

emotionValue

integer

情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。

5

end

integer

该句的结束时间偏移,单位为毫秒。

8480

role

string

该句所属音轨 ID。

0

speechRate

integer

本句的平均语速。

若识别语言为中文,则单位为:字数/分钟。

若识别语言为英文,则单位为:单词数/分钟。

342

words

string

该句的识别文本结果。

Hello

roleName

string

角色名称

客户

extra

string

可选的补充内容

{"roleConfig":{"role1Name":"客户","role2Name":"客服"}}

ragStatus

string

rag 执行状态

SUCCESS

ragResult

string

rag 召回结果

召回内容

usage

object

使用量

rag

object

rag 使用详情

dialogSummary

object

会话摘要

inputTokens

integer

输入 Token 数量

520

outputTokens

integer

输出 Token 数量

664

invokeCount

integer

调用次数

1

adaptive

object

rag 智能调用

inputTokens

integer

输入 Token 数量

482

outputTokens

integer

输出 Token 数量

789

invokeCount

integer

调用次数

1

ragErrorMessage

string

rag 执行错误异常 message

非法参数:[无有效知识库]

requestId

string

请求 id

968A8634-FA2C-5381-9B3E-C552DED7E8BF

success

string

请求是否成功

True

示例

正常返回示例

JSON格式

{
  "data": {
    "taskId": "20240905-********-93E9-5D45-B4EF-045743A34071\n",
    "text": "对话中没有发现客服故意套取客户隐私信息的行为",
    "taskErrorMessage": "异常",
    "taskStatus": "FINISH",
    "asrResult": [
      {
        "begin": 80,
        "emotionValue": 5,
        "end": 8480,
        "role": "0",
        "speechRate": 342,
        "words": "Hello",
        "roleName": "客户"
      }
    ],
    "extra": "{\"roleConfig\":{\"role1Name\":\"客户\",\"role2Name\":\"客服\"}}",
    "ragStatus": "SUCCESS",
    "ragResult": "召回内容",
    "usage": {
      "rag": {
        "dialogSummary": {
          "inputTokens": 520,
          "outputTokens": 664,
          "invokeCount": 1
        },
        "adaptive": {
          "inputTokens": 482,
          "outputTokens": 789,
          "invokeCount": 1
        }
      }
    },
    "ragErrorMessage": "非法参数:[无有效知识库]"
  },
  "requestId": "968A8634-FA2C-5381-9B3E-C552DED7E8BF",
  "success": "True"
}

错误码

HTTP status code

错误码

错误信息

描述

400 CCAI.InvalidParam.NotExist The specified parameter %s is not valid. 请求API的参数不存在
400 CCAI.ParamInvalid.IllegalParamValue The parameter value of the request API is illegal %s. 请求API的参数不合法
400 CCAI.Throttling.Qpm Trigger QPM flow restriction. Please purchase higher QPM for paid API. If free API has special requirements, please contact us through DingTalk group (62730018475). 触发QPM限流,付费API请购买更高QPM,免费API如有特殊需求,请通过钉钉群(62730018475)联系我们。
400 CCAI.Throttling.Qps Trigger current QPS limit, pay API please buy higher QPS, the free API if you have special requirements, please contact us through the DingTalk group (62730018475). 触发限流,付费API请购买更高QPS,免费API如有特殊需求,请通过钉钉群(62730018475)联系我们。
500 CCAI.InternalError The request processing has failed due to some unknown error, exception or failure. 系统内部错误,请稍后重试
403 CCAI.ParamNotfound.MissParam Parameter verification failed, The specified parameter %s is missing. 参数校验失败,指定参数缺失。
403 CCAI.TenantPermission.NoAuth The current account does not have the permission to specify the business space. Please authorize the business space permission. 当前账号没有指定业务空间的权限,请进行业务空间权限授权。
403 CCAI.IllegalPermission.NoAuth User not authorized to operate on the specified resource %s . 该用户未被授权可操作指定资源
429 Ccai.Throttling.Qps Trigger current QPS limit, pay API please buy higher QPS, free API if you have special requirements, please contact us through the DingTalk group (62730018475). 无效错误码,后续下线

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情