customer-android-kotlin

//core/com.kustomer.core.models.chat/KusCsatQuestion

KusCsatQuestion

[androidJvm]
@JsonClass(generateAdapter = true)

data class KusCsatQuestion(val id: String, val type: String, val prompt: String) : Parcelable

Constructors

   
KusCsatQuestion [androidJvm]
fun KusCsatQuestion(id: String, type: String, prompt: String)

Properties

Name Summary
id [androidJvm]
val id: String
prompt [androidJvm]
val prompt: String
type [androidJvm]
val type: String