KUSMLLNode

KUSMLLNode Structure reference for Kustomer Chat iOS Core API.

A node in a multi-level list associated with a chat message. Chat messages using the MLL template type can be responded to by selecting one of their child nodes.

public struct KUSMLLNode

displayText

Human-readable text

public var displayText: String?

value

Identifier of MLL node. Usually similar to displayText, but not always

public var value: String?

children

Associated child MLL nodes

public var children: [KUSMLLNode]? { get }