I am making a bot to suggest the most suitable product according to what the user input. I have made an excel file with the product description as the question and the product name as the answer. I have used QnA Maker to read from the file and have asked the user a few questions with the Add QnA pair function. After the user has given a description of the product and receiving an answer from the bot, I want the bot to ask the user if he/she is satisfied with the product.
I am new to this service and will be grateful if someone could help me. Thanks in advance.
Use Azure Bot Composer and integrate your existing QnA Maker database with it. You can easily create Bot conversations with the user this way.
Composer is a visual bot programming tool where you can introduce the logic behind your bot app. It uses the Bot Framework SDK from Microsoft and generates code that you can later refine. Within Bot Composer you can integrate services such as LUIS and the QnAMaker Knowledgebase that you already have. Of course, you can always use the Bot Framework SDK and start programming your Bot app from scratch with code.
To connect your existing QnAMaker Knowledgebase with Bot Composer: link
First steps tutorial with Bot Composer: link