Interface UpdateDialogNodeOptions.NewDigressIn
- Enclosing class:
- UpdateDialogNodeOptions
public static interface UpdateDialogNodeOptions.NewDigressIn
Whether this top-level dialog node can be digressed into.
-
Field Summary
Fields Modifier and Type Field Description static String
DOES_NOT_RETURN
does_not_return.static String
NOT_AVAILABLE
not_available.static String
RETURNS
returns.
-
Field Details
-
NOT_AVAILABLE
not_available.- See Also:
- Constant Field Values
-
RETURNS
returns.- See Also:
- Constant Field Values
-
DOES_NOT_RETURN
does_not_return.- See Also:
- Constant Field Values
-