microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.49k stars 2.44k forks source link

Redirect the message Directly To Teams Chatbot On Behalf Of User #6609

Closed amreshgarg21 closed 8 months ago

amreshgarg21 commented 1 year ago

Is there a way through which we can redirect the messages to the team's chatbot on behalf of the user using DeepLink Url?

I tried using the MS Teams deep link: https://teams.microsoft.com/l/chat/0/0?&message=Hi, this is a predefined message from hyperlink.

But here the user needs to press enter key or send button in order to send the message. I want to directly send it without pressing the send button in MS Teams.

image

If a user has previously directed certain messages to the chat placeholder, any subsequent redirections will occur without overwriting the existing text within the placeholder for the same user. User session can be refreshed or closed after the user clicks on that particular URL and chats with Chatbot <so that if they user re-clicks on that link, the deep link works>> Can we do any workaround for this as well?

dmvtech commented 8 months ago

Duplicate of https://github.com/microsoft/botframework-sdk/issues/6607