类 AiAgentUI

java.lang.Object
com.sh.wf.module.component.page.ai.AiAgentUI
所有已实现的接口:
Serializable, Cloneable

public class AiAgentUI extends Object implements Serializable, Cloneable
智能体UI参数
另请参阅:
  • 字段详细资料

    • initHtml

      protected String initHtml
    • script

      protected String script
    • css

      protected String css
    • initAlwaysShow

      protected boolean initAlwaysShow
    • chatBoxId

      protected String chatBoxId
    • userInputId

      protected String userInputId
    • sendBtnId

      protected String sendBtnId
    • fileUploadId

      protected String fileUploadId
    • bottomId

      protected String bottomId
    • headUserImage

      protected boolean headUserImage
    • headBotImage

      protected boolean headBotImage
    • iconUser

      protected String iconUser
    • iconBot

      protected String iconBot
    • imageUser

      protected String imageUser
    • imageBot

      protected String imageBot
  • 构造器详细资料

    • AiAgentUI

      public AiAgentUI()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, AiAgent aiAgent)