Virtual Assistants

Advanced NLP Configurations

You can fine-tune intent detection for each languages enabled for your bot. To perform this action, follow the below steps: On the left pane, click Natural Language > Training > Thresholds & Configurations. Under the Thresholds & Configurations section, you can perform by customizing The Fundamental Meaning model – see here for…

Entity Rules

Validating user input before processing these values goes a long way in improving the bot’s efficiency and user experience. While the entity type does impose some basic restrictions, these are not always sufficient and does not cater to the specific business requirements. Entity rules can be used for additional processing…

Managing Namespace

Chances are you have defined tens or hundreds of (Environment or Content) variables and used them in the bot definitions. These variables could have been used in defining text prompts or messages, JavaScript, transitions, and service call definitions. Loading all these variables for every single task irrespective of their usage…

Bots Platform v7.3

This section contains major and minor release information for the Kore.ai Bots Platform v7.3 released on July 4, 2020. New Features UI Forms Kore.ai platform now allows virtual assistants to present a UI based form to gather information from the end-user to proceed further. Examples include providing delivery address while…

7.3.x Release Details

This page gives an overview of the various platform releases and the corresponding features that were updated/enhanced in the 7.3.x version of the platform. Ver 7.3 July 4th 2020. Major Release Feature Enhancement Bot Builder UI Forms Introduced UI Forms allowing users to provide inputs to a Bot using visual…

8.0.x Release Details

This page gives full details of the various platform releases and the corresponding features that were updated/enhanced in version 8.0.x of the platform. v8.0.08 Jan 9th 2021 Minor Update This update was mainly aimed at addressing some minor bugs. Following is a list of few updates. Feature Enhancement Natural Language…

Status Tracker

There are some jobs that are performed in the background, without distracting you from the bot builder UI like exporting the bot, training the bot, etc. You will get a notification once the task is complete. You can track the status from the Status Tracker at the bottom of the…

Status Tracker

There are some jobs that are performed in the background, without distracting you from the bot builder UI like exporting the bot, training the bot, etc. You will get a notification once the task is complete. You can track the status from the Status Tracker at the bottom of the…

Get FAQs – KG

To get a list of questions and nodes under the Knowledge task. To use this API, the app needs the Admin API Scope of KnowlegdeGraph. GET https://{{host}}/api/public/bot/{{botId}}/faqs?ktId=&limit=&offset=&parentId=&withallchild=&type=&language=en Path Parameters Parameter Required/Optional Description host Required Environment URL, for example, https://bots.kore.ai botId Required Bot ID. You can access it from the General…

Add Questions from Extract – KG

To add specific questions to the Knowledge graph. To use this API, the app needs the Admin API Scope of KnowlegdeGraph. POST https://{{host}}/api/public/bot/{{botId}}/faqs/bulk?language=en Path Parameters Parameter Required/Optional Description host Required Environment URL, for example, https://bots.kore.ai botId Required Bot ID. You can access it from the General Settings page of the…
Menu