OutputData Properties |
The OutputData type exposes the following members.
Name | Description | |
---|---|---|
LogMessages |
An array of up to 50 messages logged with the request.
| |
NodesVisited |
An array of the nodes that were triggered to create the response, in the order in which they were visited. This information is useful for debugging and for tracing the path taken through the node tree.
| |
NodesVisitedDetails |
An array of objects containing detailed diagnostic information about the nodes that were triggered during processing of the input message. Included only if **nodes_visited_details** is set to `true` in the message request.
| |
Text |
An array of responses to the user.
|