BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

Recognizer is invoked Twice for the same user message

Open SanKumar0632 opened this issue 1 year ago • 2 comments

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:

  1. Create a prompt using the "Ask a question" action
  2. Set the prompt configuration "Allow interruptions" to true
  3. Start the bot and reply to the prompt created
  4. You will see that the recognizer runs twice

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.

SanKumar0632 avatar Jun 03 '24 07:06 SanKumar0632

What version of the SDK is the bot running? Does it reproduce with version 4.22.7? (assuming you're using C$)

dmvtech avatar Jul 25 '24 21:07 dmvtech

Yes I was working with version 4.22.7

SanKumar0632 avatar Aug 01 '24 12:08 SanKumar0632

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.

dmvtech avatar Sep 17 '24 17:09 dmvtech

Closing due to lack of response. If assistance is needed, please share the requested information and we can continue.

dmvtech avatar Oct 09 '24 17:10 dmvtech