云客服-查询技能队列(querySkills):报文样例

时间:2023-11-01 16:19:55

报文样例

请求头:

Content-Type:application/jsonX-APP-KEY:XXXXXXXXXXXXXXXXXXXXXXXAuthorization:Bearer XXXXXXXXXXXXXXXXXXXXXXX

请求参数:

{    "limit": "10",    "offset": 0}

响应参数:

{    "returnCode": "0",    "total": 1,    "data": [        {            "skillId": 1,            "maxAgentWrapupTime": 5,            "maxWaitTime": 60,            "name": "defaultVideoSkill",            "mediaTypeId": 19,            "description": "2021ok",            "maxWaitNum": 100,            "skillParam": {                "noAgents": {                    "transferType": "Release"                },                "busy": {                    "transferType": "Release"                },                "answerFunction": "0",                "timeOut": {                    "transferType": "Release"                },                "waitVoice": {                    "parameterType": "Voice"                }            }        }    ],    "description": "success"}
support.huaweicloud.com/api-ccfs-cec/cec_05_7016.html