Currently I'm using Azure Language Studio with multiple projects. Some QnA, some CLU.
At my bot I'm using the botbuilder / botbuilder-ai lib. Everything works quite perfectly, but I'm wondering if I could use the qnaMakerDialog to display a multiturn QnA answer.
I struggle with this topic because currently I'm only handling the result from the orchestration project and redirect it to custom dialogs. If the intent is a QnA i just display the answer inside the result. If not neccesairy I don't want to call a single project after i get the intent from orchestration project.
Is there a simple way to use the qnaMakerDialog (or an alternative) to handle the result from orchestration but get the benefits of multiturn output from QnA projects?