Docs

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 assistant. Channel Integration Step 1: Create a Named Area Named Areas in Unblu…

Bot Versioning

Very often, as part of the development process, you may want to mark specific stages as versions. The reasons could be as varied as: Creating a version of the assistant before proceeding to subsequent changes; Preserving a fully tested version till the production release while continuing to work on enhancements;…

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. Method POST Endpoint https://{{host}}/api/public/views/{{viewName}}/query?sys_limit={{limit_value}}&sys_offset={{offset_value}} Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. App Access Read access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the data in…

Query Data (Table) API

  Used to get data from Data Table. Method POST Endpoint https://{{host}}/api/public/tables/{{tableName}}/query?sys_limit={{limit_value}}&sys_offset={{offset_value}} Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. App Access Read access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the data in…

Data Delete API

  Used to delete data from Data Table. Method DELETE Endpoint https://{{host}}/api/public/tables/{{tableName}} Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. App Access Read and Delete access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the…

Data Update API

  Used to update data into Data Table. Method PUT Endpoint https://{{host}}/api/public/tables/{{tableName}} Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. App Access Read and Write access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the…

Data Insert API

  Used to insert data into Data Table. Method POST Endpoint https://{{host}}/api/public/tables/{{tableName}} Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. App Access Write access to the Data Table from the Data Definition in DaaS. For more information, see app assignment for accessing the data in…

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…

Multilingual Virtual Assistant 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.…
Menu