SettingsDataSDK

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
@SerializedName(value = "avatar")
val avatar: String?
Link copied to clipboard
@SerializedName(value = "bubble_size")
val bubbleSize: String?
Link copied to clipboard
@SerializedName(value = "chatbubble_heartbeat_enabled")
val chatbubbleHeartbeatEnabled: Boolean?
Link copied to clipboard
@SerializedName(value = "chatbubble_heartbeat_ttl_s")
val chatbubbleHeartbeatTtlS: Int?
Link copied to clipboard
@SerializedName(value = "disabled_transports")
val disabledTransports: List<String>
Link copied to clipboard
@SerializedName(value = "handover_mode")
val handoverMode: String?
Link copied to clipboard
@SerializedName(value = "id")
val id: Int?
Link copied to clipboard
@SerializedName(value = "languages")
val languages: List<LanguagesDataSDK>
Link copied to clipboard
@SerializedName(value = "name")
val name: String?
Link copied to clipboard
@SerializedName(value = "no_feedback_after_handover")
val noFeedbackAfterHandover: Boolean?
Link copied to clipboard
@SerializedName(value = "show_takeover_queue")
val showTakeoverQueue: Boolean?
Link copied to clipboard
@SerializedName(value = "text_right_to_left")
val textRightToLeft: Boolean?
Link copied to clipboard
@SerializedName(value = "typing_duration")
val typingDuration: Int?
Link copied to clipboard
@SerializedName(value = "typing_indicator")
val typingIndicator: Boolean?
Link copied to clipboard
@SerializedName(value = "updated_at")
val updatedAt: String?
Link copied to clipboard
@SerializedName(value = "use_bubble_outline")
val useBubbleOutline: Boolean?
Link copied to clipboard
@SerializedName(value = "user_idle_timeout_seconds")
val userIdleTimeoutSeconds: Int?