Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognizer is invoked Twice for the same user message #9750

Open
SanKumar0632 opened this issue Jun 3, 2024 · 3 comments
Open

Recognizer is invoked Twice for the same user message #9750

SanKumar0632 opened this issue Jun 3, 2024 · 3 comments
Assignees
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete. Type: Bug Something isn't working

Comments

@SanKumar0632
Copy link

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

Recognizer.bug.-.Made.with.Clipchamp.mp4

Additional context

It may affect the response time of bot as I am using a REST api based custom recognizer for the bot.

@SanKumar0632 SanKumar0632 added Needs-triage A new issue that require triage Type: Bug Something isn't working labels Jun 3, 2024
@dmvtech
Copy link
Collaborator

dmvtech commented Jul 25, 2024

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

@dmvtech dmvtech self-assigned this Jul 25, 2024
@dmvtech dmvtech added customer-reported Required for internal Azure reporting. Do not delete. Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. and removed Needs-triage A new issue that require triage labels Jul 25, 2024
@SanKumar0632
Copy link
Author

Yes I was working with version 4.22.7

@dmvtech
Copy link
Collaborator

dmvtech commented Sep 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete. Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants