TSIdo Client Response Option
    data class TSIdoClientResponseOption(    val type: TSIdoClientResponseOptionType,     val id: String,     val label: String)
Content copied to clipboard
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)
Content copied to clipboard