QuickReply Advanced
-
Display a button that opens the reservation system of the
reservationType. For an example see:
See morecurl "https://dev.api.wienbot.wave-ai.com/message?q=reisepass" \ -H 'Content-Type: application/json'Declaration
Swift
public struct QuickReplyAdvancedReservation : QuickReplyAdvanced -
The different types of
See moreQuickReplyAdvancedthere are. The most common isQuickReplyAdvancedType.sendTextwhich creates a button that, when tapped, sends a message to the server to interpret and return an answer for.Declaration
Swift
public enum QuickReplyAdvancedType : String, Codable -
A reference to one of the two WIT models that WienBotKitura can use: wienBot or wave.
See moreDeclaration
Swift
public enum WitModel : String, Codable -
The type of reservation this is, currently we only support ‘passport’, but future versions may allow reserverations such as ‘grill’ or ‘meldezettel’.
See moreDeclaration
Swift
public enum ReservationType : String, Codable -
Display a button that sends
messageToSendToServer. For an example see:
See morecurl "https://dev.api.wienbot.wave-ai.com/message?q=fundamt" \ -H 'Content-Type: application/json'Declaration
Swift
public struct QuickReplyAdvancedSendText : QuickReplyAdvanced
QuickReply Advanced Reference