DigressIn
public enum DigressIn : String
Whether this top-level dialog node can be digressed into.
-
Undocumented
Declaration
Swift
case notAvailable = "not_available" -
Undocumented
Declaration
Swift
case returns = "returns" -
Undocumented
Declaration
Swift
case doesNotReturn = "does_not_return"
View on GitHub
DigressIn Enumeration Reference