public class ImportQAsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImportQAsRequest() |
ImportQAsRequest(ImportQAsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Get 文件名
|
String |
getFileType()
Get 文件类型,仅支持XLSX格式,请使用模板
|
String |
getFileUrl()
Get 文件的 Url 地址。文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
导入模板:https://cdn.xiaowei.qq.com/lke/assets//static/批量导入问答模板v6.xlsx
|
String |
getKnowledgeBaseId()
Get 知识库ID
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setFileType(String FileType)
Set 文件类型,仅支持XLSX格式,请使用模板
|
void |
setFileUrl(String FileUrl)
Set 文件的 Url 地址。文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
导入模板:https://cdn.xiaowei.qq.com/lke/assets//static/批量导入问答模板v6.xlsx
|
void |
setKnowledgeBaseId(String KnowledgeBaseId)
Set 知识库ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImportQAsRequest()
public ImportQAsRequest(ImportQAsRequest source)
public String getKnowledgeBaseId()
public void setKnowledgeBaseId(String KnowledgeBaseId)
KnowledgeBaseId
- 知识库IDpublic String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 文件的 Url 地址。文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
导入模板:https://cdn.xiaowei.qq.com/lke/assets//static/批量导入问答模板v6.xlsxpublic String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型,仅支持XLSX格式,请使用模板Copyright © 2025. All rights reserved.