Retrieval intent needs to store full intent name in tracker #4826
Closed
Description
Description of Problem:
The intent ask_faq/python_version
is grouped into a single retriever event and placed in the tracker store as ask_faq
. If you are using the TwoStageFallbackPolicy and the ActionDefaultAskAffirmation
to further contextualize the conversation with the user, lack of the full intent name means you cannot determine the users intent.
Overview of the Solution:
Store the full intent name in the tracker store when using retrieval intents.