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 - Sadly there is no other way apart from adding bot capability to your app.
ray2408
Aug 20, 2024Brass Contributor
Okay..
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?
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