public class AIAnalysisResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AIAnalysisResult() | 
| AIAnalysisResult(AIAnalysisResult 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 | getResult()Get AI会话分析结果 | 
| String | getType()Get summary: 会话小结
mood: 情绪分析
intention: 意向提取 | 
| void | setResult(String Result)Set AI会话分析结果 | 
| void | setType(String Type)Set summary: 会话小结
mood: 情绪分析
intention: 意向提取 | 
| 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 AIAnalysisResult()
public AIAnalysisResult(AIAnalysisResult source)
public String getType()
public void setType(String Type)
Type - summary: 会话小结
mood: 情绪分析
intention: 意向提取public String getResult()
public void setResult(String Result)
Result - AI会话分析结果Copyright © 2025. All rights reserved.