The official Improvement integration lets you provide feedback on your bot’s responses in the emulator. Your bot can then use that feedback when generating future responses.
Any time you save feedback, it gets added to the FeedbackTable as a row:
Your bot reads directly from this table when applying your feedback. This means you can modify the table’s rows and columns to modify how feedback is applied.You can also delete a specific piece of feedback by deleting its associated table row.