| 字段名称 | 字段类型 | 字段说明 |
|---|---|---|
| session_id | string | 会话 id |
| seat_code | string | 座席编号 |
| caller | string | 主叫号码 |
| bind_number | string | 中间号 |
| callee | string | 被叫号码 |
| call_start_time | string | 外呼起始时间,格式:yyyy-MM-dd HH:mm:ss |
| call_end_time | string | 外呼终止时间,格式:yyyy-MM-dd HH:mm:ss |
| call_result | string | 外呼结果编码(具体含义参见查询通话流水接口的文档说明) |
| duration | uint | 接通时长,单位:秒 |
| fee_minute | uint | 计费时长,单位:分钟 |
| 字段名称 | 字段类型 | 字段说明 |
|---|---|---|
| session_id | string | 会话 id |
| seat_code | string | 座席编号 |
| caller | string | 主叫号码 |
| bind_number | string | 中间号 |
| callee | string | 被叫号码 |
| call_start_time | string | 外呼起始时间,格式:yyyy-MM-dd HH:mm:ss |
| call_end_time | string | 外呼终止时间,格式:yyyy-MM-dd HH:mm:ss |
| record_url | string | 录音文件下载链接 |
| 字段名称 | 字段类型 | 字段说明 |
|---|---|---|
| session_id | string | 会话 id |
| seat_code | string | 座席编号 |
| caller | string | 主叫号码 |
| bind_number | string | 中间号 |
| callee | string | 被叫号码 |
| call_start_time | string | 外呼起始时间,格式:yyyy-MM-dd HH:mm:ss |
| call_end_time | string | 外呼终止时间,格式:yyyy-MM-dd HH:mm:ss |
| asr_result_url | string | 语音识别结果下载链接 |
| asr_text | string | 语音识别结果文本,json数组 |
| 字段名称 | 字段类型 | 字段说明 |
|---|---|---|
| result | string | 语音识别文本 |
| role | string | 说话人角色(区分左右声道) |
[
{
"result": "喂,你好",
"role": "1"
},
{
"result": "您好,这里是中国移动10086客服热线。",
"role": "2"
}
]| 字段名称 | 字段类型 | 字段说明 |
|---|---|---|
| mobile | string | 主叫手机号码 |
| result | string | 加白申请结果(“success”或“fail”) |
| fail_reason | string | 加白被驳回的原因 |