Decorator to enable users to continue a conversation.
Requires both data persistence and authentication to be enabled.This decorator will automatically:
Send the persisted messages and elements to the UI.
Restore the user session.
Only JSON serializable fields of the user session will be saved and restored.