Click or drag to resize

OutputData Class

An output object that includes the response to the user, the nodes that were hit, and messages from the log.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1OutputData

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OutputData

The OutputData type exposes the following members.

Constructors
  NameDescription
Public methodOutputData
Initializes a new instance of the OutputData class
Top
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