I have created a bot using Microsoft Bot Framework and sends a proactive message to a Microsoft Teams user. This would be a 1-1 conversation between bot and a user in Teams.
By default, Teams put all messages received via a bot through a single chat thread. This means a user receives all messages inside same single chat thread.
I need a functionality where bot sends message to a user in Teams in new chat thread instead of continuing the chat messages in previous chat thread.
Here I have attached a edited image where user in Teams receiving a message from a "MS Bot" in multiple chat threads.
Can we write a business logic where user in Teams receives message from a same bot in different thread as similar to above image?
Thanks