public class AICallExtractConfigElement extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AICallExtractConfigElement() | 
| AICallExtractConfigElement(AICallExtractConfigElement 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[] | getChoices()Get InfoType 为 Selector,需要配置此字段 | 
| String[] | getExamples()Get 配置项提取内容示例 | 
| String | getInfoContent()Get 配置项具体内容 | 
| String | getInfoName()Get 配置项名称,不可重复 | 
| String | getInfoType()Get 配置项类型,包括
Text 文本
Selector 选项
Boolean 布尔值
Number 数字 | 
| void | setChoices(String[] Choices)Set InfoType 为 Selector,需要配置此字段 | 
| void | setExamples(String[] Examples)Set 配置项提取内容示例 | 
| void | setInfoContent(String InfoContent)Set 配置项具体内容 | 
| void | setInfoName(String InfoName)Set 配置项名称,不可重复 | 
| void | setInfoType(String InfoType)Set 配置项类型,包括
Text 文本
Selector 选项
Boolean 布尔值
Number 数字 | 
| 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 AICallExtractConfigElement()
public AICallExtractConfigElement(AICallExtractConfigElement source)
public String getInfoType()
public void setInfoType(String InfoType)
InfoType - 配置项类型,包括
Text 文本
Selector 选项
Boolean 布尔值
Number 数字public String getInfoName()
public void setInfoName(String InfoName)
InfoName - 配置项名称,不可重复public String getInfoContent()
public void setInfoContent(String InfoContent)
InfoContent - 配置项具体内容public String[] getExamples()
public void setExamples(String[] Examples)
Examples - 配置项提取内容示例public String[] getChoices()
public void setChoices(String[] Choices)
Choices - InfoType 为 Selector,需要配置此字段Copyright © 2025. All rights reserved.