Bot response logic

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 starts with the flow configured in the welcome intent. This flow is customisable in the dialog manager.  

User asks question

After the user asks a question the intent model determines where the conversation goes next based on various parameters.

Click through bot

If you want to build a non-intent bot (click through bot) that doesn't use an intent model, you can create this bot within the welcome intent.
    • Related Articles

    • General settings

      Intro In the General settings tab, you can set various basic settings for your bot. Time and time zones cannot be configured as they are automatically detected. (basic settings screen in Blits) Bot settings Bots display name The name that is shown to ...
    • 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 ...
    • Bot metrics

      Interactions The interactions metric tracks the total number of bot interactions in a given month. Blits licenses are based on interaction volume. The following elements contribute to a bot’s interaction count: - A user interaction with the bot (send ...
    • What is an intent?

      Definition An intent translates natural (human) language into an assignment a computer can understand. Multiple examples of natural sentences can be provided that lead to an intent. Each different form of the same natural sentence is called ...
    • 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 ...