Button Chat
data class ButtonChat(val id: String?, val buttonType: String?, val languageCode: String?, val label: String = "", val value: String?, val index: Int?, val createdAt: String? = "", val updatedAt: String? = "", val isActive: Boolean = true, val hideOutsideBusinessHours: Boolean?, var clicked: Boolean = false, val context: Map<String, Any>? = null)
Represents a chat button in the Kindly SDK. Received via the KindlySDKInteraction.didPressButton callback.