messageGroupsList

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


@JvmName(name = "xwbypqgxwwqmratu")
suspend fun messageGroupsList(values: List<Output<BotMessageGroupArgs>>)
@JvmName(name = "nogqkpqraggxovuh")
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 = "iulsacyedrfcdhfw")
suspend fun messageGroupsList(argument: List<suspend BotMessageGroupArgsBuilder.() -> Unit>)
@JvmName(name = "wjdxwtixshhrvuss")
suspend fun messageGroupsList(vararg argument: suspend BotMessageGroupArgsBuilder.() -> Unit)
@JvmName(name = "bognhkjndnntimut")
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.