Related Articles
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 ...
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 ...
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.
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 ...
v2.0.2
The list below shows the features that were introduced, changed or removed with the release of v2.0.2. In this version, no bugs worth mentioning were resolved, nor UX improvements were made. Features: Reimplementation of the ‘None’-intent Tenant ...