slots

@JvmName(name = "utookakmtmeylxtg")
suspend fun slots(value: Output<List<IntentSlotArgs>>)
@JvmName(name = "senbwyjismyfunbj")
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 = "spscffitvkvujqma")
suspend fun slots(vararg values: Output<IntentSlotArgs>)


@JvmName(name = "hoawoqrjhpphkivu")
suspend fun slots(values: List<Output<IntentSlotArgs>>)
@JvmName(name = "qnxwjmbyuuskmfxd")
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 = "kkgtlsrqbeopeebn")
suspend fun slots(argument: List<suspend IntentSlotArgsBuilder.() -> Unit>)
@JvmName(name = "vjbqptwroutfjcrk")
suspend fun slots(vararg argument: suspend IntentSlotArgsBuilder.() -> Unit)
@JvmName(name = "wvpfcwljgmttwixo")
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.