[FEATURE]: Choose which intents are extracted from user message
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 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 ?