Ratings
Create a rating
Create a new rating of agent message for specific chat
post/agents/{agentId}/chat/{chatId}/ratings
Path parameters
agentIdstring required
Agent Id
chatIdstring required
Id of chat where the message will rated
Request body
Example request
{
"score": 1
}Response
OK
Example response
{
"score": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.