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 public string PreviousSibling { get; set; }
Property Value
Type:
StringThe ID of the previous sibling dialog node. This property is not returned if the dialog node has no previous sibling.
See Also