Dialogue Manager Nodes for Dialogue Studio
AnywhereNow Dialogue Studio provided a tool for designing and programming flows. This guide will focus primarily on the AnywhereNow Nodes.
To use Dialogue Studio navigate to the url that it is installed on. Default the port 1880 is used for Dialogue Studio but this can be easily changed.
AnywhereNow Triggers Nodes
You know the way around the UI now, let's talk about how and when the AnywhereNow nodes will trigger your flow.
Icon | Description |
---|---|
|
Incoming messageCreates an HTTP end-point to receive messages. Configuration
Output Object
DetailsThe node will listen on the end-point /api/v1/message for POST requests. It validates if the HTTP Authorization header contains valid basic authentication credentials and validates the API Key. The API Key can be configured on the node itself. Note This node does not send any response to the request. The flow must include an HTTP Response node (e.g. wait for message, enqueue or disconnect) to complete the request. Important Regardless of the number of UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. or UCC Services you use, you can only utilize one “incoming message” node per Dialogue Studio instance. Ensure that all UCCs share the same “ApiKey”. |
AnywhereNow Action Nodes
AnywhereNow End Nodes
Useful other Nodes
Icon | Description |
---|---|
|
SwitchWith this node you can decide based input where to continue, for example is the customer has not been recognized then ask for customer number, else continue. |
|
FunctionThis is the node where low-coding coming into place. If you are looking for a feature that cannot be implemented with the simple drag and drop UI, you can use this node to write your own functionality. |
|
CatchIf a node throws an error whilst handling a message, the flow will typically halt. This node can be used to catch those errors and handle them with a dedicated flow. |
|
Link inThe node can be connected to any link out node that exists on any tab. Once connected, they behave as if they were wired together. The wires between link nodes are only displayed when a link node is selected. If there are any wires to other tabs, a virtual node is shown that can be clicked on to jump to the appropriate tab. |
|
Link outThe node can be connected to any link in node that exists on any tab. Once connected, they behave as if they were wired together. The wires between link nodes are only displayed when a link node is selected. If there are any wires to other tabs, a virtual node is show that can be clicked on to jump to the appropriate tab. |