ResourceType

public enum ResourceType : String, CustomStringConvertible, Codable

Undocumented

  • bot

    Undocumented

    Declaration

    Swift

    case bot = "BOT"
  • Undocumented

    Declaration

    Swift

    case intent = "INTENT"
  • Undocumented

    Declaration

    Swift

    case slotType = "SLOT_TYPE"
  • Declaration

    Swift

    public var description: String { get }