Bot Slot Value Override
data class BotSlotValueOverride(val shape: BotSlotShape? = null, val value: BotSlotValue? = null, val values: List<BotSlotValueOverride>? = null)
The slot values that Amazon Lex uses when it sets slot values in a dialog step.
Constructors
Link copied to clipboard
fun BotSlotValueOverride(shape: BotSlotShape? = null, value: BotSlotValue? = null, values: List<BotSlotValueOverride>? = null)