ButtonChat

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.

Constructors

Link copied to clipboard
constructor(id: String?, buttonType: String?, languageCode: String?, label: String = "", value: String?, index: Int?, createdAt: String? = "", updatedAt: String? = "", isActive: Boolean = true, hideOutsideBusinessHours: Boolean?, clicked: Boolean = false, context: Map<String, Any>? = null)

Properties

Link copied to clipboard

Generates a unique accessibility identifier for Appium automation Format: button_id_label

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
val index: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard