recieves the sentiment prediction and marks customer upset for negative sentiment and saves the prediction
recieves the sentiment prediction and marks customer upset for negative sentiment and saves the prediction
Path Parameters
departmentUUID string required
messageUUID string required
application/json
Request Body required
sentimentScore float
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...