public class IntentionActionResultDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntentionActionResultDetail() | 
| IntentionActionResultDetail(IntentionActionResultDetail 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[] | getScreenShot()Get 屏幕截图base64编码列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getVideo()Get 视频base64编码(其中包含全程提示文本和点头音频,mp4格式)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScreenShot(String[] ScreenShot)Set 屏幕截图base64编码列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVideo(String Video)Set 视频base64编码(其中包含全程提示文本和点头音频,mp4格式)
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 IntentionActionResultDetail()
public IntentionActionResultDetail(IntentionActionResultDetail source)
public String getVideo()
public void setVideo(String Video)
Video - 视频base64编码(其中包含全程提示文本和点头音频,mp4格式)
注意:此字段可能返回 null,表示取不到有效值。public String[] getScreenShot()
public void setScreenShot(String[] ScreenShot)
ScreenShot - 屏幕截图base64编码列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.