Click or drag to resize

OutputData Class

The Output data.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Conversation.v1OutputData

Namespace:  IBM.Watson.DeveloperCloud.Services.Conversation.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 propertylog_messages
Log messages.
Public propertynodes_visited
The nodes that were visited.
Public propertytext
Output text.
Top
See Also