Click or drag to resize

DialogNodeParent Property

The ID of the parent dialog node. This property is not returned if the dialog node has no parent.

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 string Parent { get; set; }

Property Value

Type: String
The ID of the parent dialog node. This property is not returned if the dialog node has no parent.
See Also