Endpoint Examples
Store feedback
This endpoint allows you to store feedback from answers in the /answer endpoint
POST
/
v2
/
bot-requests
/
feedback
Body
answerId
string
requiredThis is the anwer_uuid retrieved from /answer response object
feedbackType
string
requiredThis is the feedback type from users. It can be set to [“thumbs_up”, “thumbs_down”]
Response
message
string
Indicates whether the feedback was added.