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 表示用户注入的知识信息
|
UserLocation |
getUserLocation()
Get 用户位置详细信息
|
void |
setKnowledge(Knowledge[] Knowledge)
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
- 用户位置详细信息Copyright © 2025. All rights reserved.