Intent Follow Up Prompt Prompt
data class IntentFollowUpPromptPrompt(val maxAttempts: Int, val messages: List<IntentFollowUpPromptPromptMessage>, val responseCard: String? = null)
Constructors
Link copied to clipboard
fun IntentFollowUpPromptPrompt(maxAttempts: Int, messages: List<IntentFollowUpPromptPromptMessage>, responseCard: String? = null)
Types
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. Must be less than or equal to 50000 characters in length.