messageGroupsList

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "svuitqxinufsldlm")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "pbxdirvyqmhockbf")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "hbombmokbbrecbja")
suspend fun messageGroupsList(argument: suspend BotMessageGroupArgsBuilder.() -> Unit)

Parameters

argument

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