Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

extra message show - REDUX / direct line API + Copilot studio intergration

(2) ShareShare
ReportReport
Posted on by 8
Hi,
I am having webchat.js intergrated with copilot studio using direct line API.
I used the below snippet to send message back to the bot.
But the copilot studio is sending and showing the message, but adding an extra message after this.
 
Any way to avoid this extra message coming. Attaching the screen shot below (last one is the extra message, but i dont need that one). How to prevent that behaviour ??

Kindly share your thoughts on this issue

//
if (userresponse === "disLiked") {
    // Send a message back to the bot
    
    store.dispatch({
      type: 'WEB_CHAT/SEND_MESSAGE',
      // type: 'DIRECT_LINE/POST_ACTIVITY',
      payload: {
        text: apologyMessage,
      }
    });
    return;
  }
  
  
  //
Categories:
  • AK-18071435-0 Profile Picture
    8 on at
    extra message show - REDUX / direct line API + Copilot studio intergration
    I added the debugs to these ootb system message topics, but none of these are the one which sends that extra message back to the bot.
    Is there a way to see what Topic is triggering those messages.

  • Michael E. Gernaey Profile Picture
    44,064 Super User 2025 Season 1 on at
    extra message show - REDUX / direct line API + Copilot studio intergration
     
    So this is probably the fallback or one of the specific Topics that triggers when a conversation is initiated.
     
    If you are going to trigger your own topics on purpose, I would turn off the ones you do not need. 
     
    If you were to look at each Topic, its probably one of the default system ones, but it's based on how your topic structure is, and whether there is an Error/Fallback situation etc that means your Topic couldn't' do what you wanted so it triggered a default one to respond with "After".
     
    Also, I'd have to see your topic to see if you are ending the conversation or what

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 169 Super User 2025 Season 1

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 150

#3
sandeep_angara Profile Picture

sandeep_angara 75