Docs

Defining a Card Layout Report

With some tasks, you may want to add a link to a message sent to a user that contains data too large for a message, for example, an message with a picture, abstract, and a link to a full article or report. This topic describes how to define a card…

Defining a Fixed-Column Table Report

With some tasks, you may want to add a link to a message sent to a user that contains data too large for a message, for example, an message with a picture, abstract, and a link to a full article or report. This topic describes how to define a table…

Defining a Table Report

With some tasks, you may want to add a link to a message sent to a user that contains data too large for a message, for example, an message with a picture, abstract, and a link to a full article or report. This topic describes how to define a table…

Tone Analysis

The bots platform Natural Language Processing (NLP) interpreter can parse user utterances for specific words and phrases, and then provide an average tone score based on the connotation, word placement, and any added modifiers. You can use the score to help assess the user input and direct the flow of…

Using the BotKit SDK

The Kore.ai BotKit SDK is a set of libraries that provide you with precision control for bot interaction with users for the bots you build on Kore.ai Bots Platform. When you build a dialog task using Dialog Editor in Bot Builder, you can subscribe message and webhook events by adding…

WebHook Node

You can use the WebHook node to subscribe to a message and WebHook events to capture real-time data from real-time events to show them to the user. You can use the WebHook node for server-side validation, execute business logic, or make backend server API calls. Also, you can use the…

Service Node

The Service Node is a component type in a dialog task that you can use to add an API service to make REST or SOAP requests to third-party web services. You can use this node when you have the parameters needed for the API request using an entity or other…

Script Node

A Script Node allows you to write JavaScript code in a dialog task. You can use the Script node to perform the following actions: Manipulate user input parameters before executing an API call. Manipulate the parameters from an API response payload before continuing with the dialog. Display custom error messages…

Entity Node

Virtual Assistants need to extract relevant information from the user utterance to fulfill the user intent. Take a look at this sample utterance: Book me a flight from LA to NYC on Sunday.  To act on this user intent, which is to book a flight ticket, the VA should extract…

Using the Dialog Builder Tool

This topic describes the user interface for creating a conversational flow between a user and a Virtual Assistant in a dialog task using the Dialog Builder tool in Kore.ai XO Platform. The following sections detail the properties for this node in the new dialog builder, introduced in v9.0 of the…
Menu