BotType

public enum BotType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case chatbot = "ChatBot"
  • Declaration

    Swift

    public var description: String { get }