Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

In cases when intent is detected and no entity is extracted, when already in intent => rule that says did not understand #237

Closed yangeorget closed 5 years ago

yangeorget commented 6 years ago

Example:

u: I want to travel => travel intent

b:where?

u: travel blah => did not understand

Detect that we are in the same intent as the previous one and that no new information has been added. (check code for reentrant dialog with unclassified sentence)

yangeorget commented 6 years ago

➤ Sander commented:

Original request: https://botfuel.productboard.com/inbox/notes/2326895

botfuel-unitobot commented 6 years ago

➤ Sander commented:

New related issue: As a developer using the SDK I want to know in a dialog if it has been triggered by the last user message showing an intent, so that I can restart