Selector

public enum Selector : String

Which part of the dialog node to process next.

  • Undocumented

    Declaration

    Swift

    case condition = "condition"
  • Undocumented

    Declaration

    Swift

    case client = "client"
  • Undocumented

    Declaration

    Swift

    case userInput = "user_input"
  • Undocumented

    Declaration

    Swift

    case body = "body"