Docs

Creating a Universal Bot – older version

This document is for creating Universal Bots using an older version (pre-ver7.3 of the platform) This version is deprecated and will soon be discontinued, you are advised to upgrade to the latest version. The older version has the following limitations: There are performance issues if the number of linked bots…

Enabling Agent Transfer API

Used to configure the Botkit Url, App, and events. To use this API, app needs the Bot Builder API scope of BotKit. PUT https://{{host}}/api/public/bot/{{BotID}}/sdkSubscription Query Parameters Parameter Description host Environment URL, for example, https://bots.kore.ai BotID Bot ID or Stream ID. You can access it from the General Settings page of…

Configuring BotKit API

To configuring the Botkit Url, App, and events. To use this API, app needs the Bot Builder API scope of BotKit. PUT https://{{host}}/api/public/bot/{{BotID}}/sdkSubscription Query Parameters Parameter Description host Environment URL, for example, https://bots.kore.ai BotID Bot ID or Stream ID. You can access it from the General Settings page of the…

Grouping Nodes

Grouping nodes is primarily used for defining a group of nodes and representing the same in the dialog canvas. Note that it is not a part of the dialog flow. The Group Node can be used to improve the user experience with follow-ups, digressions, and amending entity values. For a…

Logic Node

The Logic Node provides a simpler experience to developers, primarily business users to use context variables and define complex transition conditions. Its two primary functions are: Ability to manage variables and values of variables in the context object. Ability to define nested transition conditions. Set-Up Setting up a logic node…

Form Node

Form node lets you integrate the Digital Forms with Dialog Task. This facilitates the presentation of form to capture user inputs for specific use cases. The primary purpose of the Form node is to represent a UI Form in the dialog task and make the form available for end-users on…

Digital Forms

Virtual Agents engage end-users primarily using a conversational interface that typically includes an exchange of a series of messages. But oftentimes, there is a need to gather information from the end-user to proceed further. Examples include providing delivery address while interacting with an eCommerce agent, details of an issue while…

Feature Deprecations/Discontinuations

This document lists all the deprecated features and their current status. Where applicable the suggested feature replacements are also given. Feature Status Discontinued from Deprecated from Suggested Alternative Smart Bots Deprecated upcoming releases Feb 20th, 2021 ver8.1 Contact the support team in case of any queries. Kore.ai Directory Agent for…

Adding the Unblu Channel

Unblu is a Conversational Platform for Financial Services. To setup Unblu as a channel, you will need to create an External Integration bot in Unblu, create a ‘Named Area’ and map this Named Area to your Kore.ai bot. Channel Integration Step 1: Create a Named Area Named Areas in Unblu…

Bot Versioning

Very often, as part of the development, you may want to mark specific stages of development as versions. The reasons could be as varied as: creating a version of the bot before proceeding to subsequent changes; to preserve a fully tested version till the production release while continuing to work…
Menu