public class CreateAppRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAppRequest() |
CreateAppRequest(CreateAppRequest 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 |
getAgentType()
Get 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
|
String |
getAppType()
Get 应用类型;knowledge_qa-知识问答管理
|
BaseConfig |
getBaseConfig()
Get 应用基础配置
|
String |
getPattern()
Get 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
|
void |
setAgentType(String AgentType)
Set 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
|
void |
setAppType(String AppType)
Set 应用类型;knowledge_qa-知识问答管理
|
void |
setBaseConfig(BaseConfig BaseConfig)
Set 应用基础配置
|
void |
setPattern(String Pattern)
Set 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
|
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 CreateAppRequest()
public CreateAppRequest(CreateAppRequest source)
public String getAppType()
public void setAppType(String AppType)
AppType
- 应用类型;knowledge_qa-知识问答管理public BaseConfig getBaseConfig()
public void setBaseConfig(BaseConfig BaseConfig)
BaseConfig
- 应用基础配置public String getPattern()
public void setPattern(String Pattern)
Pattern
- 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式public String getAgentType()
public void setAgentType(String AgentType)
AgentType
- 智能体类型 dialogue 对话式智能体,wechat 公众号智能体Copyright © 2025. All rights reserved.