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