Class QuickButtonRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.quick_button.QuickButtonRequest
All Implemented Interfaces:
PageableRequest, Serializable

public class QuickButtonRequest extends BaseRequest
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      private String title
    • subtitle

      private String subtitle
    • description

      private String description
    • icon

      private String icon
    • color

      private String color
    • badge

      private String badge
    • code

      private String code
    • imageUrl

      private String imageUrl
    • orderIndex

      private Integer orderIndex
    • highlight

      private Boolean highlight
    • enabled

      private Boolean enabled
    • kbUid

      private String kbUid
    • payload

      private QuickButtonPayload payload
      Structured payload for action type specific data
  • Constructor Details

    • QuickButtonRequest

      public QuickButtonRequest()