Bot Abort Statement Args
data class BotAbortStatementArgs(val messages: Output<List<BotAbortStatementMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<BotAbortStatementArgs>
Constructors
Link copied to clipboard
fun BotAbortStatementArgs(messages: Output<List<BotAbortStatementMessageArgs>>, responseCard: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.