KUSMessageAction

KUSMessageAction Structure reference for Kustomer Chat iOS Core API.

An action you can use to reply to a KUSChatMessage that has a quick reply message template

public struct KUSMessageAction

displayText

Human-readable text

public var displayText: String

value

Identifier of action. Usually similar to displayText, but not always

public var value: String

rawJson

Raw JSON

public var rawJson: String?