Docs

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. Method GET Endpoint https://{{host}}/api/public/bot/{{botId}}/faqs?ktId=&limit=&offset=&parentId=&withallchild=&type=&language=en Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Manage Knowledge Graph Admin Console: Manage Knowledge Graph Path Parameters Parameter Description Mandate host The environment URL.…

Add Questions from Extract – KG

To add specific questions to the Knowledge graph.   Method POST Endpoint https://{{host}}/api/public/bot/{{botId}}/faqs/bulk?language=en Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Manage Knowledge Graph Admin Console: Manage Knowledge Graph   Path Parameters Parameter Description Mandate host The environment URL. For example,…

Get KnowledgeTasks – KG

To get the list of knowledge Tasks along with the nodes.   Method GET Endpoint https://{{host}}/api/public/bot/{{botId}}/knowledgeTasks?language=en Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Manage Knowledge Graph Admin Console: Manage Knowledge Graph   Path Parameters Parameter Description Mandate host The environment…

Get Extraction Questions – KG

To get the list of KG Extraction Questions.   Method GET Endpoint https://{{host}}/api/public/stream/{{streamId}}/qna/{{ExtractionId}}/questions?limit=&offset= Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Manage Knowledge Graph Admin Console: Manage Knowledge Graph   Path Parameters Parameter Description Mandate host The environment URL. For example,…

Get Extractions History – KG

To get the KG extractions’ history as a list.   Method GET Endpoint https://{{host}}/api/public/stream/{{streamId}}/qna/history?language=en Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Manage Knowledge Graph Admin Console: Manage Knowledge Graph   Path Parameters Parameter Description Mandate host The environment URL. For…
Menu