类 MyAiPresent.Builder
java.lang.Object
com.lark.oapi.service.approval.v4.model.MyAiPresent.Builder
- 封闭类:
MyAiPresent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明response bodybuild()callbackInfo(String callbackInfo) approval contextcallbackUrl(String callbackUrl) msg callback urlcardTemplateId(String cardTemplateId) template IDcardVariables(MyAiPresentCardVariables cardVariables) 卡片变量interactable(Boolean interactable) interactableoperationType(String operationType) operation_typeoperationUrl(String operationUrl) operation_urlpresent type
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
present type示例值:rich_text
- 参数:
type-- 返回:
-
body
response body示例值:{}
- 参数:
body-- 返回:
-
callbackUrl
msg callback url示例值:https://open......./myai/message_callback
- 参数:
callbackUrl-- 返回:
-
callbackInfo
approval context示例值:"{\"session_id\":\"11111\"}"
- 参数:
callbackInfo-- 返回:
-
cardTemplateId
template ID示例值:default
- 参数:
cardTemplateId-- 返回:
-
cardVariables
卡片变量示例值:
- 参数:
cardVariables-- 返回:
-
interactable
interactable示例值:true false
- 参数:
interactable-- 返回:
-
operationType
operation_type示例值:operation_type
- 参数:
operationType-- 返回:
-
operationUrl
operation_url示例值:https://open-boe.feichu.com
- 参数:
operationUrl-- 返回:
-
build
-