IBM Embedded Business AI Framework

Learn

Integrate

Help

Trace endpoint

The trace endpoint is designed to enable developers to trace or observe conversational history, where history is represented as fine-grained and low-level actions. This endpoint will be invoked at the end of each event which EBA proccesses. Developers will find two parameters associated with the input for this action:

Each action is composed of the following properties:

Additionally, developers should note that, given that this endpoint is about observing data, it carries a read-only semantic. Consequently, the output generated by this action is not used in any processing. There is no strict interface requirement on what can be returned from this action, as its value is effectively discarded. In the case of short term storage, one must also note that this endpoint is processed asynchronously. Consequently, there is no garuntee that something written to short term storge will be available in time for a later action. We do not recommend developers to implement any write behavior in this endpoint, except to pass data to external systems over the network.

edit this article