messageGroupsList

@JvmName(name = "mtnyvbpcqscjxobc")
suspend fun messageGroupsList(value: Output<List<BotMessageGroupArgs>>)
@JvmName(name = "gfihdwmspqbhgric")
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 = "waljbsuosblymosd")
suspend fun messageGroupsList(vararg values: Output<BotMessageGroupArgs>)


@JvmName(name = "bburtfalqcytoikr")
suspend fun messageGroupsList(values: List<Output<BotMessageGroupArgs>>)
@JvmName(name = "dbfmwkypjtqhrqeb")
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 = "jntrymhvnwdjujgq")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "okgreyjovcgsapsh")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "mqdywsoifcwyqpko")
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.