Azure Chat bot - user interaction store in SharePoint Online site

Prashanth Desai 1 Reputation point
2020-05-21T10:42:08.1+00:00

Hi Team

I would like to know how would i store all the chat conversation that users had with Azure chat Bot. I would like to store this data into SharePoint Online site list or excel file etc.

I have successfully implemented azure chat bot and is responding well in Test chat bot. I have embedded this in share point online site as well. Please assist me with the step by step instruction on storing user conversation with Chat bot and its storage.

Please let me know the different storage options .

Regards
Prashanth

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
751 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 42,321 Reputation points Microsoft Employee
    2020-05-22T09:44:07.853+00:00

    Hi Prashanth,

    To record all the conversation messages of your bot you can save user and conversation data to an underlying storage like blob or cosmos DB. This sample provides these scenarios and this documentation explains the scenarios.

    Different storage options can be Memory Storage, Cosmos DB, Blob Storage, Azure Table storage and Azure Blob Transcript Store, which are documented here.

    -Rohit

    1 person found this answer helpful.
    0 comments No comments

  2. Prashanth Desai 1 Reputation point
    2020-05-26T08:17:22.713+00:00

    Hi Rohit

    thanks for posting the solution.
    I would try these options and see if I can be able to perform this operations without any issues. I will keep you posted on the status.
    Thanks so much.

    Regards
    Prashanth

    0 comments No comments