Bot Overview

Bot Overview

The Bot overview page

On the bot overview page you see all the bots that have been created on the platform. For each bot, you see various information such as:
  • Name: The name of the bot

  • Language: The language code of the bot's language

  • NLP: The icon of the Natural Language Processor (NLP)

  • Interactions: The number of interactions with your bot

  • Intents recognized: The percentage of recognized input as opposed to all input


The dotted lines

In addition, by clicking on these three dots, different options appear:


Export bot

The export bot function produces a code .txt file that can be used to upload that specific bot by using the import bot function. 

Download conversation logs

The download conversation logs button produces a data-table with all interactions with the bot. This data-table contains the following information: 

  • ID: The ID of the bot interaction

  • Bot ID: The ID of the specific bot

  • Timestamp: The exact moment of interaction in MM/DD/YYYY , HH:MM AM/PM

  • Message: The message

  • Type: The direction of the message, i.e. whether the message was input or output

  • User: The user that interacted with the bot

View conversations

View all user conversations with this bot.

Delete bot

The delete bot button deletes the bot and all related bot data. 


    • Related Articles

    • Create a new bot

      To create a new bot, press the button "create new bot" on the bot's overview page. (If you don't see this button, your role doesn't have the right permissions, please contact your administrator) After clicking this button, you can either decide to ...
    • Bot metrics

      Interactions The interactions metric shows the amount of interactions with users for that month. An interaction is counted as a one response from a user. Intents recognized The intent recognized metric shows the percentage of intents recognized in ...
    • Bot response logic

      Intro The following schema will show how the bot logic within the platform works for standard replying to users. GDRP Module If you enable the GDRP module, this is the first message all users receive on all channels. Welcome intent Every bot always ...
    • About bot analytics

      Intro Every bot comes with its own monthly analytics dashboard. This is used to track usage and the performance of your bot. It also gives suggestions to improve your bot. The standard bot metrics include: Amount of interactions (amount) Intents ...
    • Testing your bot

      Intro Once you have build and stored your bot it is time to test it. This can be done through the conversational interface that is shown in the bottom right corner of the blits platform. Within this conversational interface, you can test the ...