slots

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


@JvmName(name = "mweevkqhypinlali")
suspend fun slots(values: List<Output<IntentSlotArgs>>)
@JvmName(name = "ohqqcnnbbsfnhgek")
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 = "gblaheacvaioqlnk")
suspend fun slots(argument: List<suspend IntentSlotArgsBuilder.() -> Unit>)
@JvmName(name = "avvgbblmukliavdn")
suspend fun slots(vararg argument: suspend IntentSlotArgsBuilder.() -> Unit)
@JvmName(name = "rfoobqkchrmguqor")
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.