云客服-查询满意度调查配置(getSatisfactionSurveyMode):报文样例

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

报文样例

  • 场景描述:创建外呼任务
  • 请求头:
    {
    	"X-APP-Key": "b*************c7b",
    	"Authorization": "Bearer 1fea*************1d6a15",
    	"Content-Type": "application/json"
    }
  • 请求参数

    无。

  • 响应参数:
    {
         "satisfactionSurvey": {
            "surveyType": "WEB",
            "satisfactionLevel": [
                {
                    "satisfactionLevelDesc": "很不满意",
                    "satisfactionLevelKey": "1"
                },
                {
                    "satisfactionLevelDesc": "不满意",
                    "satisfactionLevelKey": "2"
                },
                {
                    "satisfactionLevelDesc": "一般",
                    "satisfactionLevelKey": "3"
                },
                {
                    "satisfactionLevelDesc": "满意",
                    "satisfactionLevelKey": "4"
                },
                {
                    "satisfactionLevelDesc": "很满意",
                    "satisfactionLevelKey": "5"
                }
            ]
        },
        "resultCode": "0",
        "resultDesc": "Get satisfaction survey mode success!"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2219.html