云客服-新增语速规则:报文样例

时间:2024-05-17 09:12:26

报文样例

  • 场景描述:新增语速规则

    请求头:

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

    请求参数:

    {
    	"setting": {
    		"name": "APIcs",
    		"score": 4,
    		"min": 80,
    		"max": 120,
    		"other": {
    			"call_from": 1622515590,
    			"call_end": 1625021193
    		}
    	},
    	"exception": {
    		"under": {},
    		"over": {}
    	}
    }

    响应参数:

    {
    	"resultCode": "0405000",
    	"speed_id": "925095745760006144",
    	"resultDesc": "操作成功"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2711.html