クラス QuickReply

java.lang.Object
com.linecorp.bot.model.message.quickreply.QuickReply

public final class QuickReply
extends java.lang.Object
QuickReply objects which contains QuickReplyItem.

When a user receives a message that contains quick reply buttons from a bot, those buttons appear at the bottom of the chat screen. The user can simply tap one of the buttons to reply to the bot.

The quick reply feature can be used in a one-on-one chat with a bot, a group, and a room. You can set up to 13 quick reply buttons to a message of any type.

関連項目:
//developers.line.me/en/docs/messaging-api/using-quick-reply/
  • ネストされたクラスの概要

    ネストされたクラス
    修飾子とタイプ クラス 説明
    static class  QuickReply.QuickReplyBuilder  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static QuickReply.QuickReplyBuilder builder()  
    boolean equals​(java.lang.Object o)  
    java.util.List<QuickReplyItem> getItems()  
    int hashCode()  
    static QuickReply items​(java.util.List<QuickReplyItem> items)  
    java.lang.String toString()  

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • builder

      public static QuickReply.QuickReplyBuilder builder()
    • getItems

      public java.util.List<QuickReplyItem> getItems()
    • equals

      public boolean equals​(java.lang.Object o)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object
    • items

      public static QuickReply items​(java.util.List<QuickReplyItem> items)