/chatbot/rest/tuc/v1/nlp/feedback
Function
Satisfaction feedback interface.
Input Parameters
| Parameter | Type | Mandatory (Yes/No) | Description |
|---|---|---|---|
| accessCode | String | Yes | Access code. |
| callId | String | Yes | Call ID. |
| interactId | String | Yes | Interaction ID. |
| satisfaction | int | Yes | Satisfied or not. |
| reason | String | No | Dissatisfaction reason. |
Output Parameters
| Parameter | Type | Description |
|---|---|---|
| errorCode | String | Error code. |
| errorMsg | String | Error information. |
Request Example
{
"accessCode": "${accessCode}",
"callId": "${callId}",
"interactId": "${interactId}",
"satisfaction": "${satisfaction}",
"reason": "${reason}"
} What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot