AdaptyUIDialog
data class AdaptyUIDialog(val primaryActionTitle: String, val title: String? = null, val content: String? = null, val secondaryActionTitle: String? = null)
Represents a dialog that can be shown in the UI, typically for alerts, confirmations, or information.