BotAbortStatementArgs

data class BotAbortStatementArgs(val messages: Output<List<BotAbortStatementMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<BotAbortStatementArgs>

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val responseCard: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): BotAbortStatementArgs