BotSlotPriorityArgs

data class BotSlotPriorityArgs(val priority: Output<Int>, val slotName: Output<String>) : ConvertibleToJava<BotSlotPriorityArgs>

The priority that Amazon Lex should use when eliciting slot values from a user.

Constructors

Link copied to clipboard
constructor(priority: Output<Int>, slotName: Output<String>)

Properties

Link copied to clipboard
val priority: Output<Int>
Link copied to clipboard
val slotName: Output<String>

The name of the slot.

Functions

Link copied to clipboard
open override fun toJava(): BotSlotPriorityArgs