CSATSubmitParams

data class CSATSubmitParams(val csat: Int, val type: String, val csatReason: String? = null, val isResolved: Boolean? = null)

Represents the parameters for submitting the CSAT.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(csat: Int, type: String, csatReason: String? = null, isResolved: Boolean? = null)

Properties

Link copied to clipboard
val csat: Int

CSAT score.

Link copied to clipboard
val csatReason: String? = null

The reason for the CSAT score.

Link copied to clipboard
val isResolved: Boolean? = null

Whether the issue has been resolved.

Link copied to clipboard

The type of the CSAT.