Interface UpdateDialogNodeOptions.NewDigressOutSlots
- Enclosing class:
- UpdateDialogNodeOptions
public static interface UpdateDialogNodeOptions.NewDigressOutSlots
Whether the user can digress to top-level nodes while filling out slots.
-
Field Summary
Fields Modifier and Type Field Description static String
ALLOW_ALL
allow_all.static String
ALLOW_RETURNING
allow_returning.static String
NOT_ALLOWED
not_allowed.
-
Field Details
-
NOT_ALLOWED
not_allowed.- See Also:
- Constant Field Values
-
ALLOW_RETURNING
allow_returning.- See Also:
- Constant Field Values
-
ALLOW_ALL
allow_all.- See Also:
- Constant Field Values
-