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

This commit is contained in:
Hodor 2024-11-12 12:15:11 +00:00 committed by Binary Wang
parent 3550d2965c
commit eaf5b3ac1a

View File

@ -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.
*