public class CardActionEvent extends Object
cardAction
event.| 构造器和说明 |
|---|
CardActionEvent(String messageId,
String chatId,
String operatorId,
String actionTag,
String actionName,
String actionOption,
Map<String,Object> actionValue,
Object raw) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionName()
Component name configured in card JSON.
|
String |
getActionOption()
Selected option value for selection components.
|
String |
getActionTag()
Component tag, for example
button or select_static. |
Map<String,Object> |
getActionValue()
Callback value map from the card component.
|
String |
getChatId()
Chat id that can be used for replies.
|
String |
getMessageId()
Message id of the card message.
|
String |
getOperatorId()
User open_id of the operator when available.
|
Object |
getRaw()
Raw callback body when raw events are enabled.
|
public String getMessageId()
public String getChatId()
public String getOperatorId()
public String getActionTag()
button or select_static.public String getActionName()
public String getActionOption()
public Map<String,Object> getActionValue()
public Object getRaw()
Copyright © 2026. All rights reserved.