Docs

Update NLP Configurations

To update the NLP thresholds and configurations To use this API, app needs the Bot Builder API scope of NLP Configurations. OR the Admin API Scope of NLP Configurations under Test and Train. POST https://{{host}}/api/public/bot/{{BotID}}/configurations?language={{languageCode}}&groupName={{groupName}} Query Parameters Parameter Required/Optional Description host Required Environment URL, for example, https://bots.kore.ai BotID Required Bot ID or…

Update NLP Configurations

To update the NLP thresholds and configurations To use this API, app needs the Bot Builder API scope of NLP Configurations. OR the Admin API Scope of NLP Configurations under Test and Train. POST https://{{host}}/api/public/bot/{{BotID}}/configurations?language={{languageCode}}&groupName={{groupName}} Query Parameters Parameter Required/Optional Description host Required Environment URL, for example, https://bots.kore.ai BotID Required Bot ID or…

Kore-Unblu Integration

Overview Unblu is a conversational platform that allows agents and advisors in your organization to collaborate with your customers and website visitors. It enables collaboration through online channels like live chat, secure text messaging, and video chat to achieve a better customer experience. Transferring a chat to a human agent…

System Commands

Using system commands user can define the bot behavior to some extent. The following is the list of available commands To manage sessions You can terminate current task/intent using commands like “Discard“, “Terminate“, “End” etc. Any previous tasks that were on hold would be resumed. You can terminate all tasks/intents…

System Commands

Using system commands user can define the bot behavior to some extent. The following is the list of available commands To manage sessions You can terminate current task/intent using commands like “Discard“, “Terminate“, “End” etc. Any previous tasks that were on hold would be resumed. You can terminate all tasks/intents…

Overview

Kore.ai Developer Docs Welcome to the developer documentation site for the Kore.ai Virtual Assistant platform. Chatbot Overview The stepping stone to Kore.ai’s virtual assistant platform. Get onboard accessing the platform, the terminology used, and build a simple bot. Get an insight into various aspects of a Virtual Assistant or Conversational…

Overview

Kore.ai Developer Docs Welcome to the developer documentation site for the Kore.ai Virtual Assistant platform. Chatbot Overview The stepping stone to Kore.ai’s virtual assistant platform. Get onboard accessing the platform, the terminology used, and build a simple bot. Get an insight into various aspects of a Virtual Assistant or Conversational…

Adding the Skype for Business (On-premises) Channel

This document elaborates the steps to provide support for Skype For Business Server (On-premises) for your virtual assistant. Prerequisites The following server must be installed On-premises: Skype for Business Server 2015 Configured Auto-Discovery Service Skype for Business (On-premises) channel is backed with Microsoft Unified Communications Web API (UCWA) – REST…

Conversation Sessions

Conversation sessions are defined as an uninterrupted interaction between the bot and the user. These sessions are used in multiple analytics dashboards in Bot Builder as well as Bot Admin Console platforms. Kore.ai virtual assistant platform allows you to customize how these Conversation Sessions are to be created and closed.…

User Engagement Trend API

To provide the number of users who have interacted with the bot in a given period across different time intervals. To use this API, the app needs the Bot Scope. POST https://{{host}}/api/public/bot/{{BotID}}/userEngagementTrend?aggregation_type={{type}}&start_date={{from}}&end_date={{to}}&channels={{channel}} Path Parameters Parameter Required/Optional Description host Required Environment URL, for example, https://bots.kore.ai BotID Required Bot ID or Stream…
Menu