QuickReplyAdvancedType
public enum QuickReplyAdvancedType : String, Codable
The different types of QuickReplyAdvanced there are. The most common is QuickReplyAdvancedType.sendText which creates a button that, when tapped, sends a message to the server to interpret and return an answer for.
-
Declaration
Swift
case sendText -
Declaration
Swift
case reservation -
Declaration
Swift
case requestLocation
QuickReplyAdvancedType Enumeration Reference