from dialogue management point of view respond_faq action is correct, it’s ResponseSelector didn’t pick the right one. However, after you say yes, yes does the actual phrase added to nlu data under correct intent with /?
I mean to be able to classify a user prompt as intent of faq/xxx instead of just faq (though the same intent, but separate notation in the nlu.md, which drives the response selector) during interactive learning.
Now I have to manually edit the nlu after the interactive learning (and seems that the interactive mode does not offer any value in simple faq application).
that’s what I asked, does it write it as faq/xxx into nlu training data? if not, I think it is a good idea to add it to interactive learning. Sorry for misunderstanding