QuickReply Advanced

  • Display a button that opens the reservation system of the reservationType. For an example see:

     curl "https://dev.api.wienbot.wave-ai.com/message?q=reisepass" \
     -H 'Content-Type: application/json'
    
    See more

    Declaration

    Swift

    public struct QuickReplyAdvancedReservation : QuickReplyAdvanced
  • 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.

    See more

    Declaration

    Swift

    public enum QuickReplyAdvancedType : String, Codable
  • A reference to one of the two WIT models that WienBotKitura can use: wienBot or wave.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public enum ReservationType : String, Codable
  • Display a button that sends messageToSendToServer. For an example see:

    curl "https://dev.api.wienbot.wave-ai.com/message?q=fundamt" \
    -H 'Content-Type: application/json'
    
    See more

    Declaration

    Swift

    public struct QuickReplyAdvancedSendText : QuickReplyAdvanced