Docs

Data Table

Kore.ai takes care of your data needs, without having to depend on external services for it. Data offering lets you define Data Tables, Table Views, and manipulate them from your Virtual Assistant and Process Apps. Data Tables allow you to persist custom data and retrieve it whenever needed. These can…

Query Data (View) API

Used to get data from Table View. To use this API, the app needs to be given Read access to the Table View from the Data Definition in DaaS (see here for details) POST https://{{host}}/api/public/views/{{viewName}}/query?sys_limit={{limit_value}}&sys_offset={{offset_value}} Kore.ai Bots Platform provides access to bot development using secured APIs. Refer here to learn…

Query Data (Table) API

Used to get data from Data Table. To use this API, the app needs to be given Read access to the Data Table from the Data Definition in DaaS (see here for details) POST https://{{host}}/api/public/tables/{{tableName}}/query?sys_limit={{limit_value}}&sys_offset={{offset_value}} Query Parameters Parameter Description host Environment URL, for example, https://bots.kore.ai tableName Name of the Table…

Data Delete API

Used to delete data from Data Table. To use this API, the app needs to be given Read and Delete access to the Data Table from the Data Definition in DaaS (see here for details) DELETE https://{{host}}/api/public/tables/{{tableName}} Kore.ai Bots Platform provides access to bot development using secured APIs. Refer here…

Data Update API

Used to update data into Data Table. To use this API, the app needs to be given Read and Write access to the Data Table from the Data Definition in DaaS (see here for details) PUT https://{{host}}/api/public/tables/{{tableName}} Kore.ai Bots Platform provides access to bot development using secured APIs. Refer here…

Data Insert API

Used to insert data into Data Table. To use this API, the app needs to be given Write access to the Data Table from the Data Definition in DaaS (see here for details) POST https://{{host}}/api/public/tables/{{tableName}} Kore.ai Bots Platform provides access to its features using secured APIs. Refer here to learn…

Kore.ai Beta Features

Time and again you would have seen this symbol, , next to some of the Kore.ai Bot Builder features, and must have wondered about it. In this page, we explain its meaning and implications. implies that the feature thus marked is a Beta feature. It is a feature that we couldn’t…

Multi-lingual Bot Behavior

In the case of multi-lingual bots, while much of the bot behavior does not change with the language, but the language semantics does impose some restrictions. In this document we will list out the different behaviors that would be language-dependent, so you as bot developer can cater for such scenarios.…

How to use Protect User Inputs

Chances are that you might want to protect user data from possible threats. Kore.ai allows you to redact sensitive personal information or personally identifiable information. In this How-To, we will explore a scenario in a Banking Bot, where user-entered email id needs to be redacted. For details on what Redacting…

How to manage Bot Release Lifecycle

In this How-To, we will explore a scenario wherein your organization has set up multiple stages before a bot is finally made available to the end-users for the purpose of bot development, testing, pilot and production release. Problem Statement Consider the case wherein the developer has completed the bot development…
Menu