confirmation Response
suspend fun confirmationResponse(value: Output<V2modelsIntentConfirmationSettingConfirmationResponseArgs>)
Parameters
value
Configuration block for message groups that Amazon Lex uses to respond the user input. See confirmation_response
.
suspend fun confirmationResponse(argument: suspend V2modelsIntentConfirmationSettingConfirmationResponseArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for message groups that Amazon Lex uses to respond the user input. See confirmation_response
.