🎨 针对企微模板卡片消息中按钮交互型消息的buttonSelection属性增加builder方法

This commit is contained in:
Hodor
2024-11-24 11:30:45 +08:00
committed by Binary Wang
parent 3550d2965c
commit eaf5b3ac1a
@@ -427,6 +427,17 @@ public class TemplateCardBuilder extends BaseBuilder<TemplateCardBuilder> {
return this;
}
/**
* Button selection template card builder.
*
* @param buttonSelection the button selection
* @return the template card builder
*/
public TemplateCardBuilder buttonSelection(TemplateCardButtonSelection buttonSelection) {
this.buttonSelection = buttonSelection;
return this;
}
/**
* Buttons template card builder.
*