IntentConclusionStatementArgs

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

Constructors

Link copied to clipboard
constructor(messages: Output<List<IntentConclusionStatementMessageArgs>>, 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. Must be less than or equal to 50000 characters in length. slot values into the response card. For more information, see Example: Using a Response Card. Must be less than or equal to 50000 characters in length. slot values into the response card. For more information, see Example: Using a Response Card. Must be less than or equal to 50000 characters in length.

Functions

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