slots

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


@JvmName(name = "myeupayyoqxagner")
suspend fun slots(values: List<Output<IntentSlotArgs>>)
@JvmName(name = "agmkieuyatownifu")
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 = "ntkjeyhfhixhxmse")
suspend fun slots(argument: List<suspend IntentSlotArgsBuilder.() -> Unit>)
@JvmName(name = "bvcsirriygpbgsrv")
suspend fun slots(vararg argument: suspend IntentSlotArgsBuilder.() -> Unit)
@JvmName(name = "diofiqpgqabqoaex")
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.