Conversations
Send Conversation Feedback
Send the feedback for the given conversation
POST
/
v1
/
convai
/
conversations
/
{conversation_id}
/
feedback
Path Parameters
The id of the conversation you're taking the action on.
Body
application/json
Either 'like' or 'dislike' to indicate the feedback for the conversation.
Available options:
like
, dislike
Response
200 - application/json
The response is of type any
.
Was this page helpful?