Is there a way I can get the Web App Bot from one account query the knowledebase from QnA Maker of another account on Azure? With my corporate account, I can create a QnA Maker knowledgebase but I do not have permission to create a bot on Azure (requires creating a Microsoft App ID, which I cannot).
What I have done so far -
- Build a knowledebase on QnA Maker
- Used the QnA Maker client library (Python SDK) to query the knowledebase (works fine)
- Hosted the Python app on Streamlit to give a GUI to the end users
I am open to other ways of building a "true" chatbot interfact like the web app bot or the one from DialogFlow.