云客服-/chatbot/rest/tuc/v1/qualityInspection:请求出参
请求出参
参数 |
类型 |
描述 |
---|---|---|
examResponse |
ExamResponse |
实训评分结果,实训评分时返回 |
qiResponse |
QiResponse |
质检评分结果,普通质检时返回 (质检评分场景,暂不使用) |
参数 |
类型 |
描述 |
---|---|---|
examId |
String |
考题Id |
score |
Integer |
考题得分(不包含敏感词) |
answerRules |
List Object |
回答涉及的考察点及得分详情 |
sensitiveWordRules |
sensitiveWordRuleMatch |
回答涉及的敏感词以及扣分 |
参数 |
类型 |
描述 |
---|---|---|
positiveAnswer |
String |
该正向考察点答案 |
positiveWeight |
Float |
该正向考察点权重 |
positiveScore |
Float |
该正向考察点得分 |
negativeAnswer |
String |
对应负向考察点答案 |
negativeWeight |
Float |
对应负向考察点权重 |
negativeScore |
Float |
对应负向考察点得分 |
参数 |
类型 |
描述 |
---|---|---|
id |
String |
敏感词id |
name |
String |
敏感词内容 |
score |
Integer |
敏感词得分 |
beginTime |
Long |
实训内容开始时间戳,精度为秒 |
endTime |
Long |
实训内容结束时间戳,精度为秒 |
speechId |
Integer |
实训内容Id |