调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 实例 id | c3c92de8-e4bd-4db4-a962-50f8acce40bc |
JobGroupId | string | 是 | 作业组 id | 040355a9-e80c-4308-b85c-aa5b9fd25246 |
Limit | integer | 否 | 个数 | 5 |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"GroupId": "0c3f352f-d045-491d-9ce7-11f2d2b7775d",
"Success": true,
"Code": "OK",
"Message": "Success",
"ProcessIntentNum": 123,
"InstanceId": "a4274627-265f-4e14-b2d6-4ee7d4f8593e",
"GlobalIntentNum": 100,
"ProcessIntents": [
{
"Type": "ProcessIntent",
"GroupId": "0c3f352f-d045-491d-9ce7-11f2d2b7775d",
"HitAfterNoAnswer": 1,
"InstanceId": "a4274627-265f-4e14-b2d6-4ee7d4f8593e",
"HitNum": 10,
"IntentId": "12343",
"IntentName": "请假意图",
"RateDisplay": ""
}
],
"GlobalIntents": [
{
"Type": "GlobalIntent",
"GroupId": "0c3f352f-d045-491d-9ce7-11f2d2b7775d",
"HitAfterNoAnswer": 1,
"InstanceId": "a4274627-265f-4e14-b2d6-4ee7d4f8593e",
"HitNum": 11,
"IntentId": "21343425",
"IntentName": "请假意图"
}
],
"IntentsAfterNoAnswer": [
{
"InstanceId": "a4274627-265f-4e14-b2d6-4ee7d4f8593e",
"GroupId": "",
"HitAfterNoAnswer": 0,
"IntentId": "",
"IntentName": ""
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-07-22 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-03-07 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |