TNEntitySuggestionResult
@objcMembers
open class TNEntitySuggestionResult : NSObject, Codable
Results of prediction suggestion API.
-
Suggestions metadata
Declaration
Swift
public var status: TNEntityResponseStatus?
-
An id assigned to the category response that can be used for referencing
Declaration
Swift
public var referenceId: String?
-
Request processing time in milliseconds.
Declaration
Swift
public var responseTime: Int?
-
List of suggestion results
Declaration
Swift
public var results: [TNEntitySuggestion]?