Submit feedback for an agent message.
POST/api/v2/Agent/:agentCode/conversation/:conversationId/message/:agentMessageId/feedback
Submit feedback for an agent message.
Request
Path Parameters
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
Boolean feedback indicating positive (true) or negative (false) rating for the agent message
Possible values: <= 1000 characters
Optional comment explaining why the agent message was rated that way.
Body
Boolean feedback indicating positive (true) or negative (false) rating for the agent message
Possible values: <= 1000 characters
Optional comment explaining why the agent message was rated that way.
Body
Boolean feedback indicating positive (true) or negative (false) rating for the agent message
Possible values: <= 1000 characters
Optional comment explaining why the agent message was rated that way.
Responses
- 200
- 400
- 401
- 403
- 500
Success
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
errors
object
nullable
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error