Class AppSiteResponse
java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.AppSiteResponse
- Since:
- 2025/5/30 14:03 /** Response class for the site API endpoint that returns WebApp configuration settings. Contains visual and functional settings for the Dify WebApp interface., 2024/5/30 14:03
- Version:
- 1.1.0
- Author:
- yanghq, yanghq
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanChat color theme, in hex formatWhether the chat color theme is invertedCopyright informationCustom disclaimerDefault languageDescriptiongetIcon()Icon.Background color in hex formatIcon type, emoji - emoji, image - pictureIcon URLPrivacy policy linkWhether to show workflow detailsgetTitle()Whether to replace 🤖 in chat with the WebApp iconinthashCode()voidsetChatColorTheme(String chatColorTheme) Chat color theme, in hex formatvoidsetChatColorThemeInverted(Boolean chatColorThemeInverted) Whether the chat color theme is invertedvoidsetCopyright(String copyright) Copyright informationvoidsetCustomDisclaimer(String customDisclaimer) Custom disclaimervoidsetDefaultLanguage(String defaultLanguage) Default languagevoidsetDescription(String description) DescriptionvoidIcon.voidsetIconBackground(String iconBackground) Background color in hex formatvoidsetIconType(IconTypeEnum iconType) Icon type, emoji - emoji, image - picturevoidsetIconUrl(String iconUrl) Icon URLvoidsetPrivacyPolicy(String privacyPolicy) Privacy policy linkvoidsetShowWorkflowSteps(Boolean showWorkflowSteps) Whether to show workflow detailsvoidvoidsetUseIconAsAnswerIcon(Boolean useIconAsAnswerIcon) Whether to replace 🤖 in chat with the WebApp icontoString()
-
Constructor Details
-
AppSiteResponse
public AppSiteResponse()
-
-
Method Details
-
getTitle
-
getChatColorTheme
Chat color theme, in hex format -
getChatColorThemeInverted
Whether the chat color theme is inverted -
getIconType
Icon type, emoji - emoji, image - picture -
getIcon
Icon. If it's emoji type, it's an emoji symbol; if it's image type, it's an image URL -
getIconBackground
Background color in hex format -
getIconUrl
Icon URL -
getDescription
Description -
getCopyright
Copyright information -
getPrivacyPolicy
Privacy policy link -
getCustomDisclaimer
Custom disclaimer -
getDefaultLanguage
Default language -
getShowWorkflowSteps
Whether to show workflow details -
getUseIconAsAnswerIcon
Whether to replace 🤖 in chat with the WebApp icon -
setTitle
-
setChatColorTheme
Chat color theme, in hex format -
setChatColorThemeInverted
Whether the chat color theme is inverted -
setIconType
Icon type, emoji - emoji, image - picture -
setIcon
Icon. If it's emoji type, it's an emoji symbol; if it's image type, it's an image URL -
setIconBackground
Background color in hex format -
setIconUrl
Icon URL -
setDescription
Description -
setCopyright
Copyright information -
setPrivacyPolicy
Privacy policy link -
setCustomDisclaimer
Custom disclaimer -
setDefaultLanguage
Default language -
setShowWorkflowSteps
Whether to show workflow details -
setUseIconAsAnswerIcon
Whether to replace 🤖 in chat with the WebApp icon -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-