云客服-单个创建技能队列(createSkill):报文样例

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

报文样例

请求头:

Content-Type:application/jsonX-APP-KEY:XXXXXXXXXXXXXXXXXXXXXXXAuthorization:Bearer XXXXXXXXXXXXXXXXXXXXXXX
请求参数:
{    "mediaTypeId": 5,    "description": "ccfdc",    "name": "dddpodfst",    "maxWaitTime": 30,    "maxWaitNum": 100,    "maxAgentWrapupTime": 5,    "skillParam": {                "noAgents": {                    "deviceType": "1",                    "transferType": "Transfer",                    "value": 2                },                "busy": {                    "deviceType": "1",                    "transferType": "Transfer",                    "value": 1                },                "answerFunction": "0",                "timeOut": {                    "deviceType": "1",                    "transferType": "Transfer",                    "value": 1                },                "waitVoice": {                    "parameterType": "Voice"                }            }}

响应参数:

{    "returnCode": "0",    "skillId": "5",    "description": "Create Skill successfully"}
support.huaweicloud.com/api-ccfs-cec/cec_05_7013.html