Chat SDK now supports conversation history
Chat SDK adds cross-platform conversation history, letting user transcripts persist across all platform adapters via four new methods: append, list, count, and delete.
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 your existing state adapter:bot.transcripts Read the to get started, or try one of the .Chat SDK 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