类 DialogSearchRequest.Builder
java.lang.Object
com.lark.oapi.service.search.v2.model.DialogSearchRequest.Builder
- 封闭类:
DialogSearchRequest
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()scenarioContext(ScenarioContext scenarioContext) 场景上下文scenarioContextSchemaVersion(String scenarioContextSchemaVersion) 场景上下文的schema版本号toolRawInstruction(String toolRawInstruction) 用户问题
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
toolRawInstruction
用户问题示例值:帮我找一下昨天发的文档
- 参数:
toolRawInstruction-- 返回:
-
scenarioContextSchemaVersion
public DialogSearchRequest.Builder scenarioContextSchemaVersion(String scenarioContextSchemaVersion) 场景上下文的schema版本号示例值:v1
- 参数:
scenarioContextSchemaVersion-- 返回:
-
scenarioContext
场景上下文示例值:
- 参数:
scenarioContext-- 返回:
-
build
-