messageGroupsList

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


@JvmName(name = "hiixyughoelopkwc")
suspend fun messageGroupsList(values: List<Output<BotMessageGroupArgs>>)
@JvmName(name = "wdpnvnnbwbjxhqxh")
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 = "ipikmfyasvhpgbqw")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "qrjqcodoabbsonao")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "epfmmsqodsgobbgs")
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.