Click or drag to resize

DialogNodePreviousSibling Property

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

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

Property Value

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