Send Conversation Feedback

POST
/v1/convai/conversations/:conversation_id/feedback

Send the feedback for the given conversation

Path parameters

conversation_idstringRequired

The id of the conversation you’re taking the action on.

Request

This endpoint expects an object.
feedback"like" or "dislike"Required
Allowed values: likedislike

Either ‘like’ or ‘dislike’ to indicate the feedback for the conversation.

Response

Successful Response