BotType
public enum BotType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case chatbot = "ChatBot" -
Declaration
Swift
public var description: String { get }
View on GitHub
BotType Enumeration Reference