Chat SDK now supports conversation history
The Chat SDK now includes cross-platform conversation history through new transcripts and identity options, allowing users to maintain persistent message history across different platforms and adapters. The bot.transcripts API exposes methods like append, list, count, and delete for managing user conversations.
Chat SDK now supports cross-platform conversation history through the new and options. User transcripts persist across every , allowing the same user to keep their message history wherever they message your bot.transcriptsidentityplatform adapter
exposes four methods, backed by one of the :bot.transcriptsofficial state adapters
Read the to get started, or try one of the .documentationtemplates
: persist an inbound message or a bot reply
append: return entries chronologically with filters
list: total entries stored for a user
count: wipe every entry for a user
delete
Source: original entry ↗