messageGroupsList

@JvmName(name = "tgjckioijwvrxpmh")
suspend fun messageGroupsList(value: Output<List<BotMessageGroupArgs>>)
@JvmName(name = "culnmneuxrqltwlx")
suspend fun messageGroupsList(value: List<BotMessageGroupArgs>)

Parameters

value

A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.


@JvmName(name = "ikrtvqmfuunmxulw")
suspend fun messageGroupsList(vararg values: Output<BotMessageGroupArgs>)


@JvmName(name = "idpvjymmvlnajeli")
suspend fun messageGroupsList(values: List<Output<BotMessageGroupArgs>>)
@JvmName(name = "yvvakmhigpvcvwpd")
suspend fun messageGroupsList(vararg values: BotMessageGroupArgs)

Parameters

values

A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.


@JvmName(name = "etrakisbmgpwwuep")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "pjtynitiwkxvdifx")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "fwrbphfcxtiapwim")
suspend fun messageGroupsList(argument: suspend BotMessageGroupArgsBuilder.() -> Unit)

Parameters

argument

A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.