rejectionStatement

@JvmName(name = "tkekuljlarunprrg")
suspend fun rejectionStatement(value: Output<IntentRejectionStatementArgs>)
@JvmName(name = "urctlpqhcsqslskq")
suspend fun rejectionStatement(value: IntentRejectionStatementArgs?)

Parameters

value

When the user answers "no" to the question defined in confirmation_prompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled. You must provide both the rejection_statement and the confirmation_prompt, or neither. Attributes are documented under statement.


@JvmName(name = "lkpdtisgojvkspau")
suspend fun rejectionStatement(argument: suspend IntentRejectionStatementArgsBuilder.() -> Unit)

Parameters

argument

When the user answers "no" to the question defined in confirmation_prompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled. You must provide both the rejection_statement and the confirmation_prompt, or neither. Attributes are documented under statement.