ExternalExchangeType

public enum ExternalExchangeType : String, Encodable

ExchangeType is a value from Kindly that represents what kind of exchange this is.

  • Undocumented

    Declaration

    Swift

    case dialogue
  • Undocumented

    Declaration

    Swift

    case fallback
  • Undocumented

    Declaration

    Swift

    case greeting
  • Undocumented

    Declaration

    Swift

    case systemDialogue = "system_dialogue"
  • Undocumented

    Declaration

    Swift

    case userSays = "user_says"