Closed SanKumar0632 closed 1 month ago
What version of the SDK is the bot running? Does it reproduce with version 4.22.7
? (assuming you're using C$)
Yes I was working with version 4.22.7
Are you able to share your bot/dialogs? I understand you have a custom recognizer, but I just want to see how the dialogs and triggers are laid out.
Closing due to lack of response. If assistance is needed, please share the requested information and we can continue.
Describe the bug
When user replies to the bot's question(prompt made using "Ask a question" option an prompt config "Allow interruptions" set to true), the recognizer set for the bot is running twice.
Version
2.1.3-nightly.364675.1a93f21
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Video
https://github.com/microsoft/BotFramework-Composer/assets/122610382/3d456671-58c8-4d0b-989b-ff19b7a0f541
Additional context
It may affect the response time of bot as I am using a REST api based custom recognizer for the bot.