update Card Message Action
fun updateCardMessageAction(chatId: String, msgId: String, actions: Map<String, String>, callback: IResultCallback<Boolean>?)
卡片消息动作接口,包括输入框输入,文本选择,日期选择等
Parameters
chat Id
卡片消息所在的chat id
msg Id
卡片消息msg id
actions
卡片动作需要响应的数据,将透传至业务服务
callback