public class AICallExtractResultInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AICallExtractResultInfo()  | 
AICallExtractResultInfo(AICallExtractResultInfo 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 | 
|---|---|
Boolean | 
getBoolean()
Get The extracted type is a boolean value. 
 | 
String[] | 
getChosen()
Get The extracted type is option. 
 | 
Float | 
getNumber()
Get The extracted type is a number. 
 | 
String | 
getText()
Get The extracted type is text. 
 | 
void | 
setBoolean(Boolean Boolean)
Set The extracted type is a boolean value. 
 | 
void | 
setChosen(String[] Chosen)
Set The extracted type is option. 
 | 
void | 
setNumber(Float Number)
Set The extracted type is a number. 
 | 
void | 
setText(String Text)
Set The extracted type is text. 
 | 
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 AICallExtractResultInfo()
public AICallExtractResultInfo(AICallExtractResultInfo source)
public String getText()
public void setText(String Text)
Text - The extracted type is text.public String[] getChosen()
public void setChosen(String[] Chosen)
Chosen - The extracted type is option.public Boolean getBoolean()
public void setBoolean(Boolean Boolean)
Boolean - The extracted type is a boolean value.public Float getNumber()
public void setNumber(Float Number)
Number - The extracted type is a number.Copyright © 2025. All rights reserved.