Click or drag to resize

DialogNodeNextStepSelector Property

Which part of the dialog node to process next.

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 Nullable<DialogNodeNextStepSelectorEnum> Selector { get; set; }

Property Value

Type: NullableDialogNodeNextStepSelectorEnum
Which part of the dialog node to process next.
See Also