public class DeleteCorpusRequest extends AbstractRequestModel<DeleteCorpusResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
botId
机器人ID
|
private List<String> |
corpusNames
语料名称
|
private Integer |
sqId
标准问ID
|
fileMap, model| 构造器和说明 |
|---|
DeleteCorpusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBotId() |
List<String> |
getCorpusNames() |
Class<DeleteCorpusResponse> |
getResponseClass()
获取响应对象
|
Integer |
getSqId() |
void |
setBotId(String botId) |
void |
setCorpusNames(List<String> corpusNames) |
void |
setSqId(Integer sqId) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestpublic String getBotId()
public void setBotId(String botId)
public Integer getSqId()
public void setSqId(Integer sqId)
public Class<DeleteCorpusResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<DeleteCorpusResponse>Copyright © 2024. All rights reserved.