Giter Club home page Giter Club logo

Comments (1)

billbliss avatar billbliss commented on June 16, 2024

This is a really good suggestion. The challenge is that the topology of message delivery is quite different across emulator, web chat, and Teams. When the user sends a message to the bot, our bot message service accepts it and responds with 200 OK. The message then fans out to the actual recipients later, so the 403 that you return is not fanned out to the recipients. We would have to change that logic to honor it, in effect generating a system-generated message in response to any bot message.

We've added a feature to the backlog to track this, but in all honesty you are the first to report this and until we hear about this from more developers, we likely won't get to this in a while. It requires a change on all our front end clients as well as the service side, because in effect this requires us to say "OK, user message received" but then change it later to "oops, this didn't go through, would you like to retry?" like web chat and the emulator do.

from botbuilder-microsoftteams.

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.