/chatbot/rest/tuc/v1/nlp/feedback
接口功能
满意度反馈接口。
请求入参
|
参数 |
类型 |
是否必选 |
描述 |
|---|---|---|---|
|
accessCode |
String |
必选 |
接入码 |
|
callId |
String |
必选 |
呼叫id |
|
interactId |
String |
必选 |
交互id |
|
satisfaction |
int |
必选 |
是否满意 |
|
reason |
String |
可选 |
不满意原因 |
请求出参
|
参数 |
类型 |
描述 |
|---|---|---|
|
errorCode |
String |
错误码 |
|
errorMsg |
String |
错误信息 |
请求消息样例
{
"accessCode": "${accessCode}",
"callId": "${callId}",
"interactId": "${interactId}",
"satisfaction": "${satisfaction}",
"reason": "${reason}"
}