message Groups
suspend fun messageGroups(value: Output<List<V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgs>>)
suspend fun messageGroups(value: List<V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgs>?)
Parameters
value
Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See message_group
.
suspend fun messageGroups(vararg values: Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgs>)
suspend fun messageGroups(values: List<Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgs>>)
suspend fun messageGroups(vararg values: V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgs)
Parameters
values
Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See message_group
.
suspend fun messageGroups(argument: List<suspend V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgsBuilder.() -> Unit>)
suspend fun messageGroups(vararg argument: suspend V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgsBuilder.() -> Unit)
suspend fun messageGroups(argument: suspend V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseMessageGroupArgsBuilder.() -> Unit)
Parameters
argument
Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See message_group
.