Forum Discussion
soulglow
Nov 14, 2022Copper Contributor
Teams bot conversation history confusion
We are developing a teams tab + bot app. All in one. We send adaptive cards a few times a day to the user but are confused how bot conversations are stored. No matter what we remove they show up as w...
soulglow
Nov 16, 2022Copper Contributor
Hi. So your examples are all using C#, we don't know it and as I mentioned we use typescript/javascript. We don't know how to apply them.
My main question is how the conversation history is stored. I don't understand the difference between your first reply which uses DocumentDbBotDataStore and your second example which uses a dictionary. What's the connection between these 2 examples? Again, we're not C# developers.
May be you can describe:
1) if we don't specify any memory storage or documentdb storage, how come conversations never disappear?
2) if we had to write a custom one, what would we need to do in typescript? can you explain step by step?
My main question is how the conversation history is stored. I don't understand the difference between your first reply which uses DocumentDbBotDataStore and your second example which uses a dictionary. What's the connection between these 2 examples? Again, we're not C# developers.
May be you can describe:
1) if we don't specify any memory storage or documentdb storage, how come conversations never disappear?
2) if we had to write a custom one, what would we need to do in typescript? can you explain step by step?
Sayali-MSFT
Microsoft
Nov 16, 2022soulglow - We are checking with the engineering team and get back to you.
- ChetanSharma-msftFeb 07, 2023
Microsoft
soulglow - Could you please refer this documentation and let us know if it helps you in any ways:
Notification bot in Teams - Teams | Microsoft Learn
Please feel free to ask further questions, if you have any.