Unfortunately, we have too little knowledge of how it works with insights and we have no access to it.
Is there any effective way to make it a log file via topics?
I have set up so that there is a prompt where you answer what is bad but can you make it automatically email after the chat has ended.
you would need to save the value of System.LastMessage variable to a file or table each time. It would be quite cumbersome, to be honest, as you would need to perform it in each topic and it'll probably slow down the bot. What you could do is to use an integration with Application Insights:
You can then send log events to log workspace and query it as you wish. Logs contain all the data related to the conversation, including text messages sent.
In case of any other questions, let me know. If the answer helped you, mark it, so that others can benefit from it.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.