public class AgentKnowledgeAttrLabel extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentKnowledgeAttrLabel() | 
| AgentKnowledgeAttrLabel(AgentKnowledgeAttrLabel 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 | getAttributeBizId()Get 属性ID | 
| AgentInput[] | getInputs()Get 标签值,标签值之间是或的关系,只有匹配的,才会进行知识检索,否则报检索不到 | 
| void | setAttributeBizId(String AttributeBizId)Set 属性ID | 
| void | setInputs(AgentInput[] Inputs)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, toJsonStringpublic AgentKnowledgeAttrLabel()
public AgentKnowledgeAttrLabel(AgentKnowledgeAttrLabel source)
public String getAttributeBizId()
public void setAttributeBizId(String AttributeBizId)
AttributeBizId - 属性IDpublic AgentInput[] getInputs()
public void setInputs(AgentInput[] Inputs)
Inputs - 标签值,标签值之间是或的关系,只有匹配的,才会进行知识检索,否则报检索不到Copyright © 2025. All rights reserved.