I need to download my conversation with the bot, so i was wondering if it is possible. I did found nothing in the platform.
You can use APIs to download the required information. If you refer to https://developer.kore.ai/docs/bots/api-guide/api-list/
For Conversation history API, it fetches the conversational messages between the bot and user in reverse chronological order.
For more information refer to https://developer.kore.ai/docs/bots/api-guide/conversation-history-api/
For Session history API, refer to https://developer.kore.ai/docs/bots/api-guide/sessions-api/
Also, an option to record your conversation with the bot is provided on the “Talk to bot” window. The entire conversation is stored in a JSON file which will be available for download once the recording ends.
Please refer the following link for “Record Conversations”.
https://developer.kore.ai/docs/bots/test-your-bot/record-conversations/