类 MsgAction.Builder
java.lang.Object
com.lark.oapi.service.application.v6.model.MsgAction.Builder
- 封闭类:
MsgAction
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()i18n(MsgActionI18nInfo[] i18n) 国际化信息mobileAppLink(String mobileAppLink) 移动端链接pc 端链接
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pcAppLink
pc 端链接示例值:https://www.example.com
- 参数:
pcAppLink-- 返回:
-
mobileAppLink
移动端链接示例值:https://www.example.com
- 参数:
mobileAppLink-- 返回:
-
i18n
国际化信息示例值:
- 参数:
i18n-- 返回:
-
build
-