Forum Discussion
ray2408
Aug 15, 2024Brass Contributor
A base app which can onboard multiple teams app
I want to develop a Microsoft Teams app that allows onboarding of other Teams apps through an "Add App" action button. Each onboarded app would also have its own chatbot. Is this possible? If so, wha...
Prasad_Das-MSFT
Microsoft
Aug 20, 2024ray2408 - No, that's not feasible. To achieve your requirements, we recommend you give your feedback in Teams Feedback Portal.
ray2408
Aug 20, 2024Brass Contributor
Okay. Then what would be the best way to add a chat in teams tab app?
- Prasad_Das-MSFTAug 20, 2024
Microsoft
ray2408 - Sadly there is no other way apart from adding bot capability to your app.
- ray2408Aug 20, 2024Brass ContributorOkay..
What about using bot framework webchat in tab app. https://github.com/microsoft/BotFramework-WebChat
Do we have to manage it's chat history on our own?
How good is this for production?- Prasad_Das-MSFTAug 20, 2024
Microsoft
ray2408, to manage chat history, you can enable storage of the conversations to a database like Cosmos DB or Blob Storage. Write directly to storage - Bot Service | Microsoft Learn