Search results for “alert task authorization”

Language Updation API

To update for an existing language’s configuration for a virtual assistant.   Method PUT Endpoint https://{{host}}/api/{{version-Id}}/public/bot/{{botId}}/language Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Language Configuration Admin Console: Language Settings > Language Management   Path Parameters Parameter Description Mandate host The…

Add and Enable a New Language API

To initiate the addition and enablement of a new language for a virtual assistant. Method POST Endpoint https://{{host}}/api/1.1/public/bot/{{botId}}/language Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Language Configuration Admin Console: Language Settings > Language Management Path Parameters Parameter Required Description host…

Travel VA: Web SDK Tutorial

This tutorial is an end-to-end walkthrough for setting up and running an instance of the Kore.ai assistants Web SDK which is a collection of libraries that you can use to integrate Kore.ai assistants with your own web applications. Web SDK Tutorial Overview In this tutorial, you will install a Kore.ai…

9.3.x Release Details

This page provides information on the various releases and the corresponding feature updates/enhancements done in version 9.3 of the platform. V9.3.12 January 7th 2023 Patch Release This release includes various performance and security updates. V9.3.11 December 24th 2022 Patch Release This update includes feature enhancements and bug fixes. Following is…

Usage Plans

Usage Plans help you manage your bots and workspaces while keeping track of their periodic billing and usage. On the analytics-driven Plan & Usage dashboard, you can view the conversations volume and billing on a daily or monthly basis. You can also track free credits usage, add funds to your…

Where to find what

This document is aimed at giving you an overview of the virtual assistant platform as a guide to the various feature offerings. Legacy UI The legacy Bot Builder has the left navigation menu which slides out on hover. New UI The new Bot builder has the elements categorized into main…

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 “Terminate“, “End” etc. Any previous tasks that were on hold would be resumed. You can terminate all tasks/intents for…

Adding the Google Assistant channel

Important: The Google Assistant Conversational Actions will be sunsetted on June 13, 2023. For details, see Conversational Actions sunset. Requirements Google Assistant as a channel should ideally be enabled for VAs that are specifically built to work on voice-based channels. Ensure to review the following before you enable Google Assistant…

How to manage Bot Release Lifecycle

In this How-To, we will explore a scenario wherein your organization has set up multiple stages before a bot is finally made available to the end-users for the purpose of bot development, testing, pilot and production release. Problem Statement Consider the case wherein the developer has completed the bot development…

Create User API

To add users to an account. This API requires JWT generated by an application created only from the Bot Admin Console. This feature was introduced in ver7.1 of the platform. Method POST Endpoint https://{{host}}/api/public/users Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot…
Menu