Xenioo Database

The Xenioo Database section gives your chatbot full access to high performance cloud database that can be quickly accessed by your chatbots and shared between conversations.

Using Xenioo Database, your chatbot can access multiple collections of data that can be used to store dynamic values. Values, stored in collections, can be accessed from your chatbot flow using actions, scripting and API for reading, writing and deleting.

Data stored in collections is persistent and shared among all conversation instances.

The Xenioo Database features require an active Database package.

Collection Information

Each collection you create in the Xenioo Database will be listed in the general database view. Each entry will display a number of information and will offer different options.

Each block will display:

  • Records The number of records that are currently inside this collection.

  • Edits The number of unique edits (update, insert and delete) that have been done on this collection data.

  • Last Update The last time the collection data was updated.

  • Reads The number of reads done on this collection data.

Each block will also display the following operational icons:

  • Clone Collection Can create a copy of the collection structure or of both the structure or the data contained. If the collection is particularly big it may take a while to clone all the data.

  • Clear Collection Will delete all records contained in the collection but won't delete the collection structure.

  • Delete Collection Will completely delete the collection and all the data contained.

Further Reading

Last updated