Discrete Action Response
data class DiscreteActionResponse(val name: String, val parameters: List<KeyValuePairResponse>, val selectorId: String, val type: String)
Model that represents a discrete action.
Constructors
Link copied to clipboard
fun DiscreteActionResponse(name: String, parameters: List<KeyValuePairResponse>, selectorId: String, type: String)