public class WebSearchOptions extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebSearchOptions() |
WebSearchOptions(WebSearchOptions 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 |
---|---|
Knowledge[] |
getKnowledge()
Get 表示用户注入的知识信息
|
Boolean |
getProcesses()
Get 打开开关,会返回搜索状态
|
UserLocation |
getUserLocation()
Get 用户位置详细信息
|
void |
setKnowledge(Knowledge[] Knowledge)
Set 表示用户注入的知识信息
|
void |
setProcesses(Boolean Processes)
Set 打开开关,会返回搜索状态
|
void |
setUserLocation(UserLocation UserLocation)
Set 用户位置详细信息
|
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 WebSearchOptions()
public WebSearchOptions(WebSearchOptions source)
public Knowledge[] getKnowledge()
public void setKnowledge(Knowledge[] Knowledge)
Knowledge
- 表示用户注入的知识信息public UserLocation getUserLocation()
public void setUserLocation(UserLocation UserLocation)
UserLocation
- 用户位置详细信息public Boolean getProcesses()
public void setProcesses(Boolean Processes)
Processes
- 打开开关,会返回搜索状态Copyright © 2025. All rights reserved.