GithubHelp home page GithubHelp logo

Comments (33)

dandriscoll avatar dandriscoll commented on August 29, 2024 3

The meeting on this topic has concluded, and the most important outcome is that support for Update and Delete within the Direct Line service remains on the backlog with low priority and no ETA due to low customer demand. There are some followup items within Web Chat and the Emulator and we agreed to transfer this issue to track those.

from botframework-services.

Sujit-Gaikwad avatar Sujit-Gaikwad commented on August 29, 2024 3

Hi @dmvtech,
can you please keep this issue open for tracking. atleast will get to know by which quater this feature is expected to release after evaluating efforts on this.
regards,
sujit gaikwad

from botframework-services.

MichaelHaydenAtMicrosoft avatar MichaelHaydenAtMicrosoft commented on August 29, 2024 3

Reopening issue for tracking based on customer requests. Service team to track.

from botframework-services.

Fulll3 avatar Fulll3 commented on August 29, 2024 3

Any update? Would be very useful for LLM implementation. Updating it's streamed message response via webchat.

from botframework-services.

dandriscoll avatar dandriscoll commented on August 29, 2024 1

Before adding support, let's please discuss the design -- we added messageUpdate and messageDelete for this but the behaviors can be tricky so we should make sure we're thinking about them the same way.

from botframework-services.

corinagum avatar corinagum commented on August 29, 2024

@seaen tagging you for tracking purposes.

from botframework-services.

corinagum avatar corinagum commented on August 29, 2024

@benbrown Could you let us know the priority level for this? :)

from botframework-services.

benbrown avatar benbrown commented on August 29, 2024

It's not a high priority item -- it just presents an awkward problem for the SDK samples and demos because we can't show these APIs (which are present in the SDK) in use in the emulator.

from botframework-services.

compulim avatar compulim commented on August 29, 2024

@dandriscoll do you have any docs/specs pointing to messageUpdate/messageDelete activity type?

@benbrown do you have any end-to-end stories for this feature? It will help us to prioritize and give us insights on how messageUpdate/messageDelete should behave.

from botframework-services.

benbrown avatar benbrown commented on August 29, 2024

The scenarios I have most commonly had are in multi-user environments, where the actions of one user cause updates or changes to messages displayed to another user (or in a public channel).

for example, a polling bot, where users vote by clicking a button. the message updates with results as each user clicks.

another example would be a "stand up" bot, where each user individually responds to a set of questions, and the main "report" being displayed to the group is updated with answers as they arrive.

for message deletes, there are many scenarios where a bot might clean up after itself or rescind a request by deleting a message. deleting messages is a good way to prevent users from clicking buttons on old cards, for example.

you might also have a help system, or onboarding tutorial where a series of cards (attachments with content + buttons) is shown using a sequence of messageUpdates, then when the task is completed, the entire message is deleted to leave the channel "clean."

from botframework-services.

compulim avatar compulim commented on August 29, 2024

@dandriscoll do you think we have enough information to have a meeting together to discuss the next step on the support of update/delete activity?

@cwhitten do you have any inputs on this?

from botframework-services.

dandriscoll avatar dandriscoll commented on August 29, 2024

Yep, let's meet

from botframework-services.

compulim avatar compulim commented on August 29, 2024

We are currently having another high-level discussion around microsoft/BotFramework-WebChat#1086 (remove "Enable Preview"). How about after that one, we meet up on this one? Prefer to discuss one-by-one to reduce confusion.

from botframework-services.

DaKevinH avatar DaKevinH commented on August 29, 2024

Do you have any news on this?

from botframework-services.

compulim avatar compulim commented on August 29, 2024

@DaKevinH No news.

@dandriscoll do you know who should involve in this work? And probably this issue should move to botframework-services for greater visibility.

from botframework-services.

dandriscoll avatar dandriscoll commented on August 29, 2024

Can you set up a meeting to discuss?

from botframework-services.

cwhitten avatar cwhitten commented on August 29, 2024

I'll move this to botframework-services in the meantime. @compulim ack'ing Dan's request for a meeting to discuss. Thanks!

from botframework-services.

compulim avatar compulim commented on August 29, 2024

Meeting scheduled. Attached a list of pre-meeting questions, please feel free to add to below:

  • Delete activity, requested by bot
    • What channels support delete activity today?
    • Any stories to support this scenario?
    • Will this remove the activity in the conversation history?
  • Update activity, requested by bot
    • What channels support update activity today?
    • Any stories to support this scenario?
    • Will this update the activity in the conversation history?

from botframework-services.

Mangopony avatar Mangopony commented on August 29, 2024

Any news on this?

from botframework-services.

tanetrail avatar tanetrail commented on August 29, 2024

Any idea when we can get this feature. we are trying different approaches to handle the updates and forcing us to move to different solution. It would be great if we can get this feature

from botframework-services.

jayadrathamondal avatar jayadrathamondal commented on August 29, 2024

Any news on this feature? We need this feature badly.

from botframework-services.

BeeMaia avatar BeeMaia commented on August 29, 2024

We also need to update activities in transcript. Any news on it?
Thanks

from botframework-services.

Sujit-Gaikwad avatar Sujit-Gaikwad commented on August 29, 2024

Any update on this feature???

from botframework-services.

MichaelHaydenAtMicrosoft avatar MichaelHaydenAtMicrosoft commented on August 29, 2024

Hello, thank you for the feedback. I conferred with our team on this and unfortunately we do not have a short term ETA for this feature, it is a large work item and needs to be evaluated against other priorities. We’ve captured this in our planning backlog however and will evaluate it during upcoming planning milestones. Our apologies for any inconvenience here.

from botframework-services.

david-minaya avatar david-minaya commented on August 29, 2024

Any update on this feature?

from botframework-services.

arturl avatar arturl commented on August 29, 2024

@compulim, looking at WebChat repo I don't see the support there. Can you confirm?
We do support it in some channels that allow it, for example Telegram.

from botframework-services.

arturl avatar arturl commented on August 29, 2024

Not supported.

from botframework-services.

jrpavoncello avatar jrpavoncello commented on August 29, 2024

We also require this to support hiding hero cards or adaptive cards after they've been interacted with.

from botframework-services.

JordyGit avatar JordyGit commented on August 29, 2024

Please add support for updating activities in the bot emulator.

from botframework-services.

lordscarlet avatar lordscarlet commented on August 29, 2024

For me, I need this functionality for removing an activity if it contains PII.

from botframework-services.

jrpavoncello avatar jrpavoncello commented on August 29, 2024

Definitely won't work for everybody, but we ended up sending our own custom event activity to tell our custom WebChat implementation to hide "deleted" activities.

from botframework-services.

AidanStrong avatar AidanStrong commented on August 29, 2024

I would like this functionality to delete sensitive data after a short period of time.

from botframework-services.

Godrules500 avatar Godrules500 commented on August 29, 2024

Any update on this?

from botframework-services.

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.