Advanced Topics

Multi-Lingual Bots

Consumers are more likely to engage with your bot if it can communicate in their preferred language. Kore.ai Bots Platform supports enabling multiple languages for a bot without having to rebuild the bot definitions. You can build the bot in your preferred language and then enable one or more supported…

Asana Sample Bot

The Asana Sample bot contains a basic configuration for registering an app with Asana, generating authentication tokens, and then adding those tokens to the bot in Bot Builder. After configuration, you can test the bot using the Talk to Bot feature to test any of the following configured alerts and actions. Dialog Tasks…

Flight Search Sample Bot

The Flight Search Sample bot is defined with a single dialog task that uses webhooks to get flight information. After installation, and configuration for the webhooks or using our Kore.ai BotKit SDK, you can test the bot using the Talk to Bot feature to test the following configured task: Dialog Tasks Find a flight…

Travel Planning Sample Bot

This sample bot is defined with a dialog task that uses open APIs to get the flight, location, and weather details. You can use this bot to learn about optimizing Natural Language Processing (NLP) and designing more complex dialog tasks, as well as an alert task, information task, action task, and knowledge…

Installing Sample Bots

To get you started with Bot Builder and Kore.ai bots, you can install a fully-defined sample bot that you can view, modify, and clone to explore end-to-end bot definitions. Each sample bot is designed and defined to demonstrate most of the features of Kore.ai bots to include authorization setup, alert…

Github Sample Bot

The GitHub Sample bot contains the basic configuration for registering an app with GitHub, generating authentication tokens, and then adding those tokens to the bot in Bot Builder. After configuration, you can test the bot using the Talk to Bot feature to test any of the following configured alerts and actions.…

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…

Setting Up Authorization using an API Key

An API key can act as both a unique identifier and a secret token for identification as well as authorization to provide a set of access rights on the associated API. Instead of prompting the end-user for both a username and password for access, the user is prompted only for…

Setting Up Authorization using OAuth v2

OAuth v2 is the new version of the open protocol to allow secure authorization in a simple and standard method from web, mobile, and desktop applications. To use oAuth v2, you must first register an account with the web application as you will need the sign in credentials for that…

Setting Up Authorization using OAuth v1

OAuth v1 is an open protocol to allow secure authorization in a simple and standard method from web, mobile, and desktop applications. To use OAuth v1, you must first register an account with the web application as you will need the login credentials for that application to configure the settings…
Menu