Click or drag to resize

OutputData Properties

The OutputData type exposes the following members.

Properties
  NameDescription
Public propertyLogMessages
An array of up to 50 messages logged with the request.
Public propertyNodesVisited
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.
Public propertyNodesVisitedDetails
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.
Public propertyText
An array of responses to the user.
Top
See Also