Bot Settings

Plan Management

Kore.ai platform allows you to view the billing sessions consumed for a bot in a given period. You can use this information to asses the bot usage and subscribe to the appropriate plans. You can also view and download previous invoices. Plans & Usage To view the current plan and…

Subscription Plans

The Kore.ai Platform supports e-commerce journeys for subscriptions to various plans. It supports a pay-as-you-go model where you can start using the platform with free sessions. After the free sessions, you can reload your accounts with reasonable amounts (starting from $100), and be charged only for the consumed sessions.  Usage…

Managing Namespace

Chances are you have defined tens or hundreds of (Environment or Content) variables and used them in the bot definitions. These variables could have been used in defining text prompts or messages, JavaScript, transitions, and service call definitions. Loading all these variables for every single task irrespective of their usage…

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.…

Using Bot Variables

Bot variables help you capture values that are commonly used by different tasks, nodes, and other bot elements. You can configure a bot variable as a key-value pair once in the bot settings and substitute key with value at runtime during the conversation flow. By capturing frequently used values in…

Redacting Personally Identifiable Information

Personally identifiable information (PII), or sensitive personal information (SPI), refers to information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Some examples of PII include Social Security Number, email address, credit card…

Customizing Error Messages

In Bot Builder, each Bot and task contains a set of predefined error messages along with actions for standard HTTP Status codes returned for an HTTP Request method. In most cases, the default response and action are sufficient for an end-user response, however, you may need to handle other HTTP…

Bot Management

The topics dealt with in this section include Importing and Exporting Bots, Deleting Bots, and viewing Bot change logs. You might want to refer to Bot Variables and how these can be managed. Refer here for more. Importing and Exporting Bots Kore.ai allows you to export and import a bot’s…

Bot Functions

Custom Script file enables you to collate and manage reusable utility JavaScript functions that can be used by different tasks, nodes, and other bot elements. Once you upload a custom script file to the bot, it reduces the redundant development efforts by making all the functions in the file accessible…

General Settings

To modify the general settings of a bot: Select the Build tab from the top; Click Configuration -> General Settings. General Bot Settings Modify one or more of the settings described in the following table. Field Description Bot Name The name of the Bot. When a Bot is published, the Name cannot…