TSIdoClientResponseOption

data class TSIdoClientResponseOption(    val type: TSIdoClientResponseOptionType,     val id: String,     val label: String)

The data class for client response option object. Use this object to submit client input to the Journey step to process, cancel the current step or choose a custom branch.

Constructors

Link copied to clipboard
fun TSIdoClientResponseOption(    type: TSIdoClientResponseOptionType,     id: String,     label: String)

Properties

Link copied to clipboard
val id: String

The id of the client response option. Journey step unique id is provided for the Custom response option type. ClientInput and Cancel have standard Ids ClientInput and Cancel, respectively.

Link copied to clipboard
val label: String

The label of the client response option.

Link copied to clipboard
val type: TSIdoClientResponseOptionType

The type of the client response option.