botbuilder-dotnet
botbuilder-dotnet copied to clipboard
Composer Bot with QnA Intent recognized triggers duplicate QnA queries
Version
4.18.1
Describe the bug
Using a basic Composer bot with CustomQuestionAnswering and a QnA trigger, the bot works, but it sends multiple requests and traces to the CQA service with duplicated activities.
To Reproduce
- The bot has been shared internally.
- The bot consists of the following triggers, being the problematic one, the QnA Intent recognized trigger that Composer generates.
- Configure CQA resource with items in the knowledge base to generate prompts in the bot's chat.
- Chat to the bot and see the double QnA trace when responding to a prompt.
Expected behavior
Avoid QnA trace and request duplication.