0

I previously worked on creating VSTO and Office addins for MS Outlook, Excel and Word using C# VS. Now I have a plan to build one for MS teams. So, I checked online and found the documentation.

But I didn't found that how I can add custom UI elements (text, buttons etc.) inside a chat window. For example: Teams suggested replies shows suggestions inside button above the chat textbox.

Do anybody have an idea that how I can achieve this one?

rioV8
  • 24,506
  • 3
  • 32
  • 49
Ank Raw
  • 155
  • 10
  • 1
    Please refer: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/design/design-teams-app-overview – Prasad-MSFT May 30 '22 at 07:04

1 Answers1

0

you might want to start with these docs:

build a command-response bot that you can customize the messages in chat window to either text or adaptive cards (on which you can have buttons).

and notification bot doc which has more information on customizing adaptive card for Teams apps.

there are also docs on message extension on the same doc site, you can take a look to decide which is what you want to build.