v1
latestOpenAPI 3.0.02026-07-268285163.6 KBSurveys
Send response
Send a survey response to the platform
post/survey/bots/{bot_id}
Path parameters
bot_idstring required
ID of the bot
Request body
Example request
{
"data": {
"input": "I want to open a bank account",
"bot_answer": "Great timing as we currently offer the credit card for 6 months!",
"feedback": "This bot is really helpful, thanks!"
}
}Response
successful operation