Virtual Assistants

Alert Task – SOAP API Request

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how to configure an API Request for a SOAP service. For a task with the Connection Type specified as Webservice and the Connection Mode set to SOAP you need to define: Authentication –…

Alert Task – REST API Request

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how to configure an API Request for a REST service. The following illustration is an example of the API Request tab on the Edit Alert – < Task…

Alert Task – WebHook API Request

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how to configure an API Request for a WebHook service. For a task with the Connection Type specified as Webhook, you will need to define: Content Type – The…

Alert Task – Authorization using API Key

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how the authorization can be set up using API Key. Setting Up An API key can act as both a unique identifier and a secret token for…

Alert Task – OAuth v2

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how authorization for the alert tasks can be set up using the OAuth v2 can be set up. Setting Up OAuth v2 is the new version of…

Alert Task – OAuth v1

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how authorization for the alert tasks can be set up using the OAuth v1. Setting Up OAuth is an open protocol to allow secure authorization in a…

Alert Task – OAuth v2 Password Grant Type

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how authorization for the alert tasks can be set up using the OAuth v2 with password grant. Setting Up The following illustration is an example of the…

Alert Task – Basic Auth

We have seen how an Alert task can be set up in Kore.ai virtual assistant platform here. In this section, we will see how basic authorization for the alert tasks can be set up. Setting Up The following illustration is an example of the Basic Auth fields that you must…

Intent Scoping using Group Node

Adding contextually relevant sub-intents is one of the important elements in building conversational bots. Contextually relevant intents could be required for various purposes like taking a different path in the dialog flow, amending previously provided entity values, etc. We have seen how to use the contextual data in combination with…

Delete Batch Test Suite Execution API

Used to delete a specific execution of a Batch Test Suite. To use this API, the app needs the Bot Builder Scope of Batch Tests Management OR the Admin API Scope of Batch Tests Management. DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId} Query Parameters Parameter Description host Environment URL, for example, https://bots.kore.ai botID Bot ID.…
Menu