ScopingAnswerResponse

data class ScopingAnswerResponse(val answers: List<String>, val questionId: String)

Scoping answer.

Constructors

Link copied to clipboard
constructor(answers: List<String>, questionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Question answer value list.

Link copied to clipboard

Question id.