Forum Discussion
vaibhavsharma
Apr 05, 2021Copper Contributor
Get Conversation Logs
Hi Guys I want to get conversation logs, Is there any functionality in health bot by which I can get current conversation logs so I can send that to user.
Thanks in advance.
5 Replies
- Adam WalkerBrass Contributor
Hi,
End users can ask the bot to view their conversation logs by trigging a built-in scenario. See more in this article:
https://docs.microsoft.com/en-us/azure/health-bot/bot_docs/viewing_data
Regards, Adam
- vaibhavsharmaCopper Contributor
Hi Adam Walker , thanks for quick response, but I am looking for the current conversation logs, is that possible to get current conversation logs, So I can send the transcript to their mail or wherever they want
- Adam WalkerBrass ContributorHi, You will need to construct that conversation log in the logic of the bot. So store each question in response you will need to add a step that stores that text. Then use a data connection (API) to an email service to send it forward to the end user.
Regards, Adam