data class ChoiceConfiguration : MessageConfiguration (source)
A user choice.
<init> |
A user choice. ChoiceConfiguration(intentName: String, parameters: Map<String, String> = emptyMap(), delay: Long = 0) |
delay |
val delay: Long |
eventType |
val eventType: EventType |
intentName |
val intentName: String |
parameters |
val parameters: Map<String, String> |
toAction |
fun toAction(playerId: PlayerId, applicationId: String, recipientId: PlayerId, locale: Locale, userInterfaceType: UserInterfaceType): Action |