megachangelog
Feature

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

Read more

  • : persist an inbound message or a bot replyappend

  • : return entries chronologically with filterslist

  • : total entries stored for a usercount

  • : wipe every entry for a userdelete

chat-sdkconversationhistoryapipersistence

Source: original entry ↗