-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
Hi,
I'm developing a Teams chatbot using the Bot Framework SDK and following the guidance from Microsoft's documentation to enable a feedback loop with custom feedback form. Here's how I configured it:
channelData: {
feedbackLoop: {
type: "custom"
},
However, when I click the feedback button, the default feedback dialog appears, followed by custom feedback dialog a few seconds later. I see that the OnInvokeActivityAsync method is triggered after the default feedback dialog is shown.
Recording.2025-05-26.131950.1.mp4
Is this behavior expected? If not, how can I prevent the default feedback dialog from appearing and ensure that only my custom feedback dialog is displayed?
Thanks for your help!
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.