Class DashScopeChatProperties

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

@ConfigurationProperties("spring.ai.dashscope.chat") public class DashScopeChatProperties extends Object
Since:
2023.0.1.0
Author:
yuluo, yuluo
  • Field Details

  • Constructor Details

    • DashScopeChatProperties

      public DashScopeChatProperties()
  • Method Details

    • getOptions

      public DashScopeChatOptions getOptions()
    • setOptions

      public void setOptions(DashScopeChatOptions 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)