You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The three intents are often used to cover user utterances that merely choose a topic/product. Example training story fragment:
- action: utter_ask_explain_nlucorex
- intent: faqentities:
- product: rasa
- slot_was_set:
- product: rasa
- action: utter_explain_nlu
Note that none of these three intents are originally meant for this use case, it is only the lack of a proper intent (or entity) that makes use use these intents for utterances like:
help me with rasa open source
rasa x
rasa
whar are the components of rasa?
i want to learn more about rasa
This happens especially after utter_ask_explain_nlucorex and after utter_possibilities.
Ideally, we should add a separate intent that will capture these peculiar utterances and, even more importantly, add an entity where needed, which would capture the topic selected by the user (see this slide for more context & details).
The text was updated successfully, but these errors were encountered:
The three intents are often used to cover user utterances that merely choose a topic/product. Example training story fragment:
Note that none of these three intents are originally meant for this use case, it is only the lack of a proper intent (or entity) that makes use use these intents for utterances like:
This happens especially after
utter_ask_explain_nlucorex
and afterutter_possibilities
.Ideally, we should add a separate intent that will capture these peculiar utterances and, even more importantly, add an entity where needed, which would capture the topic selected by the user (see this slide for more context & details).
The text was updated successfully, but these errors were encountered: