KUSKBDeflectResult
KUSKBDeflectResult Structure reference for Kustomer Chat iOS Core API.
A knowledge base (KB) article or category matching a KB deflection conversational assistant response.
public struct KUSKBDeflectResult
id
public var id: String?
articleOrCategoryId
public var articleOrCategoryId: String?
type
public var type: KUSKBDeflectResultType?
title
public var title: String?
webLink
public var webLink: String?
lang
public var lang: String?
rawJson
public var rawJson: String?
clickCount
public var clickCount: Int
Updated over 3 years ago