KUSKBItemBase
KUSKBItemBase Protocol reference for Kustomer Chat iOS Core API .
Shared protocol for KUSKBCategory and KUSKBArticle objects.
public protocol KUSKBItemBase : CustomStringConvertibleid
var id: String? { get set }htmlBody
var htmlBody: String? { get set }title
var title: String? { get set }metaDescription
var metaDescription: String? { get set }rawJson
var rawJson: String? { get set }CustomStringConvertible
description
var description: String { get }completeObject()
Extension method
public func completeObject() ###> [String : Any]?Updated 12 days ago