Botfuel / botfuel-dialog

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

As a bot developer I want to have more control on the entities of my dialog when reentrant #234

Closed yangeorget closed 6 years ago

yangeorget commented 6 years ago

If I have an intent (research-operation) with two entities:

subcategories are associated to a specific category, but at some points when we reenter in the dialog with new subcategory or category this new entity don't match this associated subcategory/category and Emmanuel have too update the dialog entities manually in his dialog to make sure that the new entities are associated to the previous matched.

It would be nice to have a new entity hook to be able to update matched entities values so that in this case Emmanuel would be able to reset the previous matched entities if they don't match with the new ones.

yangeorget commented 6 years ago

➤ Sander commented:

Original request:

https://botfuel.productboard.com/inbox/notes/2248019

yangeorget commented 6 years ago

➤ Sander commented:

Yan GeorgetEmmanuel Steinitz This needs to be dicussed further between the two of you before we can proceed.

botfuel-unitobot commented 6 years ago

➤ Maxime Khoy commented:

Emmanuel Steinitz two ways of doing this will be documented by this: Explain use of entities in Prompt dialog