Class DashScopeAgentProperties

java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAgentProperties

@ConfigurationProperties("spring.ai.dashscope.agent") public class DashScopeAgentProperties extends Object
Author:
yuluo, yuluo
  • Field Details

  • Constructor Details

    • DashScopeAgentProperties

      public DashScopeAgentProperties()
  • Method Details

    • getOptions

      public DashScopeAgentOptions getOptions()
    • setOptions

      public void setOptions(DashScopeAgentOptions options)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getWorkspaceId

      public String getWorkspaceId()
    • setWorkspaceId

      public void setWorkspaceId(String workspaceId)