Add intent

Add intent

When adding an intent, it is important to determine the boundaries of the topic that the intent should cover. The clearer and more specific the topic of the intent, the better a user can find the right information. Hence, it is recommended to create intents that only contain one topic. In case two topics are always closely related, then the intents can be linked to each other through using the 'End'-element and the option 'Redirect to other intent'.


Requested information

By clicking the button 'Add intent' as shown above, the window as shown below will pop-up. Here, you must fill in different types of information.

First, the name of the intent must be filled in. It is recommended to pick a name for the intent that closely described the intent in one or two words. By doing so, you are forced to carefully think of the boundaries of your intent.

Next, in the description box, which is optional, more information can be added for administration purposes.

Finally, at least one utterance must be added. Adding more utterances to your intent can be done at any time. You can add intents by pressing enter or clicking the add button.

Adding an entity

At the moment of creating an intent you add an entity to the utterances. You can do so by using the square brackets with the name of the intent in the middle as in this format: [entity]. By doing so, a suggestions menu will appear from which you can select the desired entity, and possibly the corresponding role, that you would like to use in the utterance. Please have a look in the Entity section to learn more about entities.

Template flows

Every intent has a Dialog flow that is shown once the intent is triggered. When creating a new intent, a template flow can be selected for that intent. A template flow is useful for intents that go through highly standardized flows. For example, this is often the case for bots that answer a Frequently Asked Question (FAQ). Here, the bot provides the answer to the FAQ and asks if the user wants to know more.


    • Related Articles

    • Add entity

      How to add an entity To add an entity, you mist click the 'Add Entity +' button. Thereafter, you can toggle between Simple entities and Closed list entities. Add a name that resembles the group of words that the entity will cover. Next, the words can ...
    • Add users

      Out of the box, accounts for the platform are set-up and configured for specific roles by the tenant administrator. See the roles and permissions table for more information on the different types of roles. If you want to add or remove a user, you can ...
    • None intent

      The None-intent is triggered whenever the input of a user is not recognised by the Natural Language Processing engine as an intent. In such a case, the flow of the None-intent will be shown to the user. The flow of the None-intent can be adjusted ...
    • FAQ Intent

      The FAQ intent is added to your bot just like any regular intent. However, the difference between a FAQ intent and a regular intent is that a FAQ intent does not have a corresponding flow in the Dialog Manager. Instead, the answer or reply to this ...
    • Recognise intent

      The recognise intent block enables the user to provide a question as input so that the bot can analyse the user's input through using the NLP engine.