public class AITransferItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
AITransferItem() |
AITransferItem(AITransferItem 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 |
getTransferFunctionDesc()
Get TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 "Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so."
|
String |
getTransferFunctionName()
Get 转人工的function calling 名称
|
Long |
getTransferSkillGroupId()
Get 转人工的技能组ID
|
void |
setTransferFunctionDesc(String TransferFunctionDesc)
Set TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 "Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so."
|
void |
setTransferFunctionName(String TransferFunctionName)
Set 转人工的function calling 名称
|
void |
setTransferSkillGroupId(Long TransferSkillGroupId)
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 AITransferItem()
public AITransferItem(AITransferItem source)
public String getTransferFunctionName()
public void setTransferFunctionName(String TransferFunctionName)
TransferFunctionName
- 转人工的function calling 名称public String getTransferFunctionDesc()
public void setTransferFunctionDesc(String TransferFunctionDesc)
TransferFunctionDesc
- TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 "Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so."public Long getTransferSkillGroupId()
public void setTransferSkillGroupId(Long TransferSkillGroupId)
TransferSkillGroupId
- 转人工的技能组IDCopyright © 2025. All rights reserved.