获取机器人评价设置
POST
https://qiyukf.com/openapi/robot/evaluation/setting
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/robot/evaluation/setting?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 10001,
"fromType": "iOS"
}'
响应示例响应示例
{
"list": [
{
"name": "非常不满意",
"tagList": [],
"value": 1,
"tagRequired": 1,
"commentRequired": 1
},
{
"name": "不满意",
"tagList": [],
"value": 25,
"tagRequired": 0,
"commentRequired": 0
},
{
"name": "一般",
"tagList": [],
"value": 50
},
{
"name": "满意",
"tagList": [],
"value": 75
},
{
"name": "非常满意",
"tagList": [
"幽默",
"热情"
],
"value": 100
}
],
"messageThanks": "您对我们的服务评价为: ${评价结果}。非常感谢!",
"note": "五级评价模式",
"title": "模式三",
"type": 5,
"resolvedEnabled": 1,
"resolvedRequired": 1,
"enableEvaluationMuttimes": true,
"evaluationRounds": 2
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:34:26