For importing information into your bot see,
https://www.botlibre.com/forum-post?id=13020078
In general any unpinned data will eventually be deleted/garbage collected if unreferenced.
To force the deletion of an object call the delete() method in Self. But be careful of deleting objects that may be used elsewhere.
See,
https://www.botlibre.com/manual-self.jsp#object-methods
|