Class IntentionActionResultDetail

    • Constructor Detail

      • IntentionActionResultDetail

        public IntentionActionResultDetail()
      • IntentionActionResultDetail

        public 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.
    • Method Detail

      • getVideo

        public String getVideo()
        Get 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Video 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
      • setVideo

        public void setVideo​(String Video)
        Set 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Video - 视频base64编码(其中包含全程提示文本和点头音频,mp4格式) 注意:此字段可能返回 null,表示取不到有效值。
      • getScreenShot

        public String[] getScreenShot()
        Get 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScreenShot 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。
      • setScreenShot

        public void setScreenShot​(String[] ScreenShot)
        Set 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScreenShot - 屏幕截图base64编码列表 注意:此字段可能返回 null,表示取不到有效值。