message
suspend fun message(value: Output<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageArgs>)
suspend fun message(value: V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageArgs)
Parameters
value
Configuration block for the primary message that Amazon Lex should send to the user. See message
.
suspend fun message(argument: suspend V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupMessageArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for the primary message that Amazon Lex should send to the user. See message
.