Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.StrategyTraceNode

A trace node for a recommendation strategy execution.
Property Name Type Description Available Version
inputCount Integer Number of items put into the node. 45.0
messages List<String> Messages that occurred during node execution. 45.0
nodeName String Name of the node. 45.0
nodeTime Long Time spent processing inside the node. 45.0
nodeType String Type of node. 45.0
outputCount Integer Number of items returned from the node. 45.0
outputs List<String> Recommendations that are returned from the node. 45.0
totalTime Long Total time spent processing. 45.0