云客服-获取通话的状态及ASR结果:请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
Content-Type |
string |
False |
固定填 application/json; charset=UTF-8。 |
2 |
x-app-key |
string |
False |
appKey标识 |
3 |
Authorization |
string |
True |
鉴权字段,内容格式为: Bearer +tokenByAKSK接口的返回值中AccessToken(Bearer后有空格) |
4 |
x-UserId |
string |
True |
操作员标识 可在登录后,进入员工管理页面,查看接口返回的userId |
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1.1 |
call_from |
number |
False |
通话起始时间 :时间戳,单位秒 |
1.2 |
call_to |
number |
False |
通话结束时间 :时间戳,单位秒 |
1.3 |
call_types |
array[integer] |
True |
通话文件类型
|
1.4 |
limit |
integer |
True |
每页查询总数 |
1.5 |
page |
integer |
True |
查询页数 |
1.6 |
status |
array[integer] |
True |
质检状态:
|
1.7 |
keyword |
string |
False |
对话关键词 |
1.8 |
staff_id |
string |
False |
座席人员的userId 可在登录后,进入座席管理页面,查看接口返回的accountId |
1.9 |
staff_name |
string |
False |
座席姓名 |
1.10 |
upload_from |
number |
True |
通话上传起始时间 |
1.11 |
upload_to |
number |
True |
通话上传结束时间 |
1.12 |
duration_min |
integer |
False |
通话时长范围最小值 |
1.13 |
duration_max |
integer |
False |
通话时长范围最大值 |