declinationResponse

@JvmName(name = "ymnpsmvqsqrgkymw")
suspend fun declinationResponse(value: Output<BotResponseSpecificationArgs>)
@JvmName(name = "qwcaqwftxmipbbdp")
suspend fun declinationResponse(value: BotResponseSpecificationArgs?)

Parameters

value

When the user answers "no" to the question defined in promptSpecification , Amazon Lex responds with this response to acknowledge that the intent was canceled.


@JvmName(name = "akyydkiamwrvpfew")
suspend fun declinationResponse(argument: suspend BotResponseSpecificationArgsBuilder.() -> Unit)

Parameters

argument

When the user answers "no" to the question defined in promptSpecification , Amazon Lex responds with this response to acknowledge that the intent was canceled.