Skip to content

Default feedback dialog showing despite setting custom feedback dialog #6692

@ejiang08

Description

@ejiang08

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

No one assigned

    Labels

    bugIndicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions