Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

FAQ Plus App Template

Compare
Choose a tag to compare
released this 17 Jul 05:40
· 22 commits to master since this release
6f99a66
Feature upgrade to support multi-turn QnA response (#34)

- Application is modified to handle QnA multi-turn experience. The app will now be able to read mutli-turn QnA pairs added in knowledge base and sends follow up questions for queries. 
- The changes includes bot and configuration app services to handle previous questions and minor code clean up across solution.