クラス LocationAction

java.lang.Object
com.linecorp.bot.model.action.LocationAction
すべての実装されたインタフェース:
Action

public final class LocationAction
extends java.lang.Object
implements Action
When a button associated with this action is tapped, the location screen in the LINE app is opened.

This action can be configured only with quick reply buttons.

関連項目:
//developers.line.me/en/reference/messaging-api/#location-action
  • メソッドの詳細

    • withLabel

      public static LocationAction withLabel​(java.lang.String label)
    • builder

      public static LocationAction.LocationActionBuilder builder()
    • toBuilder

    • getLabel

      public java.lang.String getLabel()
      Label for the action. Max: 20 characters
      定義:
      getLabel インタフェース内 Action
    • 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