BotAbortStatement

data class BotAbortStatement(val messages: List<BotAbortStatementMessage>, val responseCard: String? = null)

Constructors

Link copied to clipboard
constructor(messages: List<BotAbortStatementMessage>, responseCard: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val responseCard: String? = null

The response card. Amazon Lex will substitute session attributes and slot values into the response card. For more information, see Example: Using a Response Card. slot values into the response card. For more information, see Example: Using a Response Card.