0

I want the browser reloading to start over old conversation

How to achieve this using bot framework node js ?

SERVER : running AZURE BOT NODE JS TECHNOLOGY

ranusharao
  • 1,826
  • 1
  • 8
  • 17

1 Answers1

0

This is relatively easy to accomplish. If you check out this other Stack Overflow post here you can find information regarding setting this up.

Please note that conversations and conversationIds are only stored on the Bot Framework servers for up to 24 hours, after which they will be removed. Additionally, direct line tokens expire after 30 mins. You will need to do a token refresh prior to the expiration in order to continue the conversation.

Hope of help!

Steven Kanberg
  • 6,078
  • 2
  • 16
  • 35