declination Response
suspend fun declinationResponse(value: Output<V2modelsIntentConfirmationSettingDeclinationResponseArgs>)
Parameters
value
Configuration block for when the user answers "no" to the question defined in prompt_specification
, Amazon Lex responds with this response to acknowledge that the intent was canceled. See declination_response
.
suspend fun declinationResponse(argument: suspend V2modelsIntentConfirmationSettingDeclinationResponseArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for when the user answers "no" to the question defined in prompt_specification
, Amazon Lex responds with this response to acknowledge that the intent was canceled. See declination_response
.