IBM Embedded Business AI Framework

Learn

Integrate

Help

Graph

EBA conversational history or state is represented as a graph, composed of nodes of links. This view of your conversation may be seen in our information space. We detail the basic interface associated with this graph below.

Nodes

Nodes are a tuple with the first element representing the node’s ID and the second element is the node itself. A node has the following interface:

Links likewise are a tuple with the first element representing the link’s ID and the second element is the link itself. A link has the following interface:

edit this article