PredefinedButtonsSDK

@Serializable
data class PredefinedButtonsSDK(val rawSentiments: Map<String, SentimentDataSDK>?, val enableStep: Boolean?, val useSentimentButtons: Boolean?)

Constructors

Link copied to clipboard
constructor(rawSentiments: Map<String, SentimentDataSDK>?, enableStep: Boolean?, useSentimentButtons: Boolean?)

Properties

Link copied to clipboard
@SerialName(value = "enable_step")
val enableStep: Boolean?
Link copied to clipboard
@SerialName(value = "sentiments")
val rawSentiments: Map<String, SentimentDataSDK>?
Link copied to clipboard
@SerialName(value = "use_sentiment_buttons")
val useSentimentButtons: Boolean?