v12 icon indicating copy to clipboard operation
v12 copied to clipboard

[FEATURE]: Choose which intents are extracted from user message

Open Michael-N-M opened this issue 4 years ago • 1 comments

Description. Chatbots with many intents take time to process a user message and match an intent to that message. By default, all the extracted entities are then made available in the event object

Solution The conversation designer should be able to define within a node which intents should be searched for from the user message. The default behaviour should occur only when this specification isn't indicated.

Additional context This issue is in response to this forum post.

Michael-N-M avatar Nov 05 '21 12:11 Michael-N-M

@Michael-N-M Don't we have nlu context for this ? You only need to use a Set Context action and it should do the trick.

Or is it that you would like to have a similar context feature for entities as well ?

EFF avatar Dec 06 '21 21:12 EFF