Click or drag to resize

DialogNodeCollection Class

An array of dialog nodes.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1DialogNodeCollection

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 DialogNodeCollection

The DialogNodeCollection type exposes the following members.

Constructors
  NameDescription
Public methodDialogNodeCollection
Initializes a new instance of the DialogNodeCollection class
Top
Properties
  NameDescription
Public propertyDialogNodes
An array of objects describing the dialog nodes defined for the workspace.
Public propertyPagination
The pagination data for the returned objects.
Top
See Also