End conversation feedback in azure bot using c#

129 Views Asked by At

I am using the Azure bot framework , SDK v4.0 and for publishing use the teams channel .Please help me out to take feedback from user and store in cosmos DB which is occur at the end of the conversation between bot and user in teams channel.

1

There are 1 best solutions below

0
Ram On

The SDK provides built in implementations for Azure Services (Blob, Cosmos DB, etc.) as well as external storage systems (MongoDB, MySQL, etc.). After you have run your bot and save your information, we can view the data stored in the Azure portal under the Data Explorer tab.

Here is the link for the same.