slots

@JvmName(name = "penelnxlchsersbx")
suspend fun slots(value: Output<List<IntentSlotArgs>>)
@JvmName(name = "ritseoqgnuldtvbw")
suspend fun slots(value: List<IntentSlotArgs>?)

Parameters

value

An list of intent slots. At runtime, Amazon Lex elicits required slot values from the user using prompts defined in the slots. Attributes are documented under slot.


@JvmName(name = "jsnyuqpqsebfhhic")
suspend fun slots(vararg values: Output<IntentSlotArgs>)


@JvmName(name = "kkbnyqiefhqjajdw")
suspend fun slots(values: List<Output<IntentSlotArgs>>)
@JvmName(name = "nbbnkkwxyupwhbhx")
suspend fun slots(vararg values: IntentSlotArgs)

Parameters

values

An list of intent slots. At runtime, Amazon Lex elicits required slot values from the user using prompts defined in the slots. Attributes are documented under slot.


@JvmName(name = "kupybtyoyegryxne")
suspend fun slots(argument: List<suspend IntentSlotArgsBuilder.() -> Unit>)
@JvmName(name = "ncghngnoqsvotcvl")
suspend fun slots(vararg argument: suspend IntentSlotArgsBuilder.() -> Unit)
@JvmName(name = "vfnwttbofjysurvm")
suspend fun slots(argument: suspend IntentSlotArgsBuilder.() -> Unit)

Parameters

argument

An list of intent slots. At runtime, Amazon Lex elicits required slot values from the user using prompts defined in the slots. Attributes are documented under slot.