Dialog Task

Service Node

The Service Node is a component type in a dialog task that you can use to add an API service to make REST or SOAP requests to third-party web services. You can use this node when you have the parameters needed for the API request using an entity or other…

Script Node

A Script Node allows you to write JavaScript code in a dialog task. You can use the Script node to perform the following actions: Manipulate user input parameters before executing an API call. Manipulate the parameters from an API response payload before continuing with the dialog. Display custom error messages…

Entity Node

Virtual Assistants need to extract relevant information from the user utterance to fulfill the user intent. Take a look at this sample utterance: Book me a flight from LA to NYC on Sunday.  To act on this user intent, which is to book a flight ticket, the VA should extract…

Dialog Task

Kore.ai Dialog Tasks represent a full conversational flow between a user and a virtual assistant with a network of nodes that are connected using conditions. For example, if you create a banking VA, the tasks you want your VA to do for users is to: Retrieve and monitor account balances.…
Menu