messageGroupsList

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


@JvmName(name = "rmghfnqhbiqubqgd")
suspend fun messageGroupsList(values: List<Output<BotMessageGroupArgs>>)
@JvmName(name = "jtihoevwitjmrvuf")
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 = "jfonhekywfpdgski")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "xyoahpmdkrlulrhg")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "yappipqhcpoyglrd")
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.