Chatbot Messages
Update Message
Update message that belongs to a particular thread. You can only add reaction to the message for now.
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
messages
/
{messageId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot that the message belong to
Id of the message that has to be updated
Body
application/json
Request Body
Id of the thread that the message belongs to
User's reaction to the message
Available options:
POSITIVE
, NEGATIVE
, NEUTRAL
Was this page helpful?