GithubHelp home page GithubHelp logo

In Microsoft Teams, <Conversation>.ReplyToActivity does not send a reply, it creates a new message to the conversation about botframework-sdk HOT 5 OPEN

tomorgan avatar tomorgan commented on June 9, 2024 1
In Microsoft Teams, .ReplyToActivity does not send a reply, it creates a new message to the conversation

from botframework-sdk.

Comments (5)

tomorgan avatar tomorgan commented on June 9, 2024 1

I think it's probably the same code, albeit a different usage scenario. In the other example, there was (I think) a 1-2-1 conversation between a user and a bot, where the OP wanted to perform a threaded reply.
In my example, it's a channel conversation where I want to perform a standard reply to a channel post, rather than starting a new post.
Quite possibly the code path is the same though.

But also - I would argue that the presence in the SDK of a ReplyToActivityAsync method, which does not actually perform a reply, is a bug and not a missing feature!

from botframework-sdk.

patst avatar patst commented on June 9, 2024

looks like this feature request? https://techcommunity.microsoft.com/t5/teams-developer/how-to-send-a-message-to-a-thread-reply-using-botbuilder-4-0-sdk/m-p/3716974

I think this bug / missing feature is very annoying, especially since we make heavy use of group chats.

from botframework-sdk.

AlexOSIT avatar AlexOSIT commented on June 9, 2024

In hope this saves someone some time, we got replies working like this:
connector.Conversations.SendToConversationAsync($"{groupChatId};messageid={conversationId}", (Activity) message);

from botframework-sdk.

dan-schroeder avatar dan-schroeder commented on June 9, 2024

Anxiously waiting to see something happen with this.

from botframework-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.