类 DialogSearchRequest

java.lang.Object
com.lark.oapi.service.search.v2.model.DialogSearchRequest

public class DialogSearchRequest extends Object
  • 构造器详细资料

    • DialogSearchRequest

      public DialogSearchRequest()
    • DialogSearchRequest

      public DialogSearchRequest(DialogSearchRequest.Builder builder)
  • 方法详细资料

    • newBuilder

      public static DialogSearchRequest.Builder newBuilder()
    • getToolRawInstruction

      public String getToolRawInstruction()
    • setToolRawInstruction

      public void setToolRawInstruction(String toolRawInstruction)
    • getScenarioContextSchemaVersion

      public String getScenarioContextSchemaVersion()
    • setScenarioContextSchemaVersion

      public void setScenarioContextSchemaVersion(String scenarioContextSchemaVersion)
    • getScenarioContext

      public ScenarioContext getScenarioContext()
    • setScenarioContext

      public void setScenarioContext(ScenarioContext scenarioContext)