BotsTableMessage
public class BotsTableMessage : BotsMessage
-
The header text associated with the skill’s message.
Declaration
Swift
public private(set) var headerText: String? { get } -
The footer text associated with the skill’s message.
Declaration
Swift
public private(set) var footerText: String? { get } -
Declaration
Swift
public var actions: [BotsAction]? -
Declaration
Swift
public var globalActions: [BotsAction]? -
Declaration
Swift
public private(set) var date: Date { get } -
Declaration
Swift
public private(set) var isRead: Bool { get } -
Declaration
Swift
public private(set) var payload: [String : Any]? { get } -
Declaration
Swift
public private(set) var messageSource: MessageType { get } -
Declaration
Swift
public var messageType: String -
Declaration
Swift
public private(set) var tableLayout: BotsTableMessagePayload? { get } -
Declaration
Swift
public private(set) var channelExtensions: [String : AnyObject]? { get } -
The constructor for initializing a BotsTableMessage object.
Declaration
Swift
public init(payload: [String : AnyObject], source: String = "BOT")Parameters
payloadThe message payload as a json object.
BotsTableMessage Class Reference