Search results for “alert task authorization”

Get User Information

To retrieve the user details. 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/usersInfo Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder:…

Conversation History API

To fetch the conversational messages between the bot and user in reverse chronological order. This API supports pagination. You can provide offset/skip and limit to get a certain number of messages at a time. Method GET and POST Endpoint This API has two versions for GET and POST methods. The…

Default Standard Responses

Kore.ai Bot Builder tool provides a few default text responses. This section lists them and gives an explanation as to when these responses are triggered. For an overview on Standard Responses, refer here. Statements Message Definition When the user confirms to close the conversation in a language and switch to…

Bot Summary and Usage Metrics

Kore.ai Bots Platform provides in-depth insights and metrics on the performance of the virtual assistants. Following are the key features: Bot Summary to get a bird's eye view of all the bot configuration and capabilities in a place. See here for details. The Overview Dashboard gives a snapshot of the…

Bots Platform v2.4

This is the release information for the Bot Store v2.4, Bot Admin Console v2.4, and Bot Builder v2.4 released on June 14, 2017. Bot Builder v2.4 This section contains the release information for Bot Builder v2.4 released on June 14, 2017. New Features The following list describes new features added…

Bots Platform v6.1

Release 6.1 comes with a host of new features like the ability to build Universal Bots, analyze your bot’s NLP performance and fulfillment process, dynamically auto-subscribe your customers to custom notifications that are sure to enhance your bot building capabilities significantly. One of the noticeable differences in this release a…

Publish Bot API

To initiate a publish request for a bot. Note: Before calling the API, please ensure that atleast one channel is enabled for the bot. Method POST Endpoint https://{{host}}/api/public/bot/{{BotID}}/publish   Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Not Applicable Admin Console:…

Bot Export API

To export the bot definition and all the associated components. Note: This API only initiates the export process. Please use the Export Status API to view the export progress status and obtain a link to download the file once the export completes. Method POST Endpoint https://{{host}}/api/public/bot/{{BotID}}/export Content Type application/json Authorization…

Get Bots API

To retrieve the list of the bots available in an account. This API requires JWT generated by an application created only from Bot Admin Console. Method GET Endpoint https://{{host}}/api/public/bots?offset=0&limit=50s Content Type application/json Authorization auth: {{JWT}} See How to generate the JWT Token. API Scope Bot Builder: Not Applicable Admin Console:…

Role Management

Roles and Permissions help in organizing the developer community based on the scope of their work. By default the roles of Master Admin, Bot Owner, Bot Developer and Bot Tester are created by the system. Each role has set of permissions allowed. You can edit the permission settings for Bot…
Menu