Settings Data SDK
data class SettingsDataSDK(val id: Int?, val name: String?, val languages: List<LanguagesDataSDK>, val avatar: String?, val bubbleSize: String?, val useBubbleOutline: Boolean?, val typingIndicator: Boolean?, val typingDuration: Int?, val disabledTransports: List<String>, val userIdleTimeoutSeconds: Int?, val updatedAt: String?, val showTakeoverQueue: Boolean?, val noFeedbackAfterHandover: Boolean?, val handoverMode: String?, val chatbubbleHeartbeatEnabled: Boolean?, val chatbubbleHeartbeatTtlS: Int?, val textRightToLeft: Boolean?)
SettingsDataSDK backend configurations for chat Kindly SDK
Constructors
Link copied to clipboard
constructor(id: Int?, name: String?, languages: List<LanguagesDataSDK>, avatar: String?, bubbleSize: String?, useBubbleOutline: Boolean?, typingIndicator: Boolean?, typingDuration: Int?, disabledTransports: List<String>, userIdleTimeoutSeconds: Int?, updatedAt: String?, showTakeoverQueue: Boolean?, noFeedbackAfterHandover: Boolean?, handoverMode: String?, chatbubbleHeartbeatEnabled: Boolean?, chatbubbleHeartbeatTtlS: Int?, textRightToLeft: Boolean?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard