SettingsResponse

@Serializable
data class SettingsResponse(val settings: SettingsDataSDK, val style: StyleDataSDK, val text: TextResourcesSDK, val maintenanceAlert: MaintenanceAlertSDK?, val notifications: NotificationsDataSDK?, val welcomePage: WelcomePageDataSDK?, val chatBubble: ChatBubbleDataSDK?, val feedbackForm: FeedbackFormDataSDK?)

Setting response

Constructors

Link copied to clipboard
constructor(settings: SettingsDataSDK, style: StyleDataSDK, text: TextResourcesSDK, maintenanceAlert: MaintenanceAlertSDK?, notifications: NotificationsDataSDK?, welcomePage: WelcomePageDataSDK?, chatBubble: ChatBubbleDataSDK?, feedbackForm: FeedbackFormDataSDK?)

Properties

Link copied to clipboard
@SerialName(value = "chatbubble")
val chatBubble: ChatBubbleDataSDK?
Link copied to clipboard
@SerialName(value = "feedback_form")
val feedbackForm: FeedbackFormDataSDK?
Link copied to clipboard
@SerialName(value = "maintenance_alert")
val maintenanceAlert: MaintenanceAlertSDK?
Link copied to clipboard
@SerialName(value = "notifications")
val notifications: NotificationsDataSDK?
Link copied to clipboard
@SerialName(value = "settings")
val settings: SettingsDataSDK
Link copied to clipboard
@SerialName(value = "style")
val style: StyleDataSDK
Link copied to clipboard
@SerialName(value = "text")
val text: TextResourcesSDK
Link copied to clipboard
@SerialName(value = "welcome_page")
val welcomePage: WelcomePageDataSDK?