云客服-新增静默规则:报文样例

时间:2024-09-24 14:46:48

报文样例

  • 场景描述:新增静默规则

    请求头:

    x-app-key:************************************  
    X-UserID:1611917095665261978  
    Authorization:Bearer ********************************

    请求参数:

    {
    	"setting": {
    		"name": "test34",
    		"score": 4,
    		"seconds": 5,
    		"times": 4,
    		"other": {
    			"call_from": 1623911884,
    			"call_end": 1624430285
    		}
    	},
    	"exception": {
    		"before": {
    			"staff": ["14161"],
    			"customer": []
    		},
    		"after": {}
    	}
    }

    响应参数:

    {
    	"silence_id": "922987647176019968",
    	"resultCode": "0405000",
    	"resultDesc": "操作成功"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2706.html