OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
331 stars 403 forks source link

Replies to Bot Messages? #175

Closed clovellltd closed 3 years ago

clovellltd commented 4 years ago

Hello!

You've had this asked previously, but, no response was given.

We've added the Communicator App to Teams for specific Groups and also as a Teams Application for Users. If users reply to the bot the messages go through without error, but we're subsequently unable to find them.. do those go anywhere or is it just an empty feedback loop? We're not sure if we need to be seeking out those messages to reply, and if we are, where we can find them.

Thanks kindly

clovellltd commented 4 years ago

2020-06-05 09_18_08-Greenshot

rashmi-dixit commented 4 years ago

The app is used for organization-wide broadcasts. The messages received by the users can be considered as notification and is not conversational. The bot is not configured to handle messages replied by user and not saved anywhere.

clovellltd commented 4 years ago

Thanks, Rashmi!

On Sun, Jun 7, 2020 at 1:10 PM Rashmi Dixit notifications@github.com wrote:

The app is used for organization-wide broadcasts. The messages received by the users can be considered as notification and is not conversational. The bot is not configured to handle messages replied by user and not saved anywhere.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OfficeDev/microsoft-teams-company-communicator-app/issues/175#issuecomment-640257502, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP24P5BXILPVMXPN7HKF4TTRVPJZ3ANCNFSM4NS43ODQ .

JSHooper commented 4 years ago

Also you can disable the reply field in the manifest file. Be aware that they have said they may start using this functionality in the future

GHNinja commented 4 years ago

@JSHooper - which item you are suggesting to change in order to disable reply field in manifest file ? "isNotificationOnly": false ??

SubbaReddi commented 4 years ago

Yes. Change to isNotificationOnly: true

juna-gupta commented 3 years ago

Closing due to inactivity. Please re-open if you're still facing the issue.