slots

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


@JvmName(name = "gxbgltuxnvlykafn")
suspend fun slots(values: List<Output<IntentSlotArgs>>)
@JvmName(name = "ptxwyfjxkhmxoblp")
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 = "kuwwolecpulrfccs")
suspend fun slots(argument: List<suspend IntentSlotArgsBuilder.() -> Unit>)
@JvmName(name = "xikdcyfrxxcpvjnj")
suspend fun slots(vararg argument: suspend IntentSlotArgsBuilder.() -> Unit)
@JvmName(name = "otlchybsptupbtpg")
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.