Bot Clarification Prompt
data class BotClarificationPrompt(val maxAttempts: Int, val messages: List<BotClarificationPromptMessage>, val responseCard: String? = null)
Constructors
Link copied to clipboard
fun BotClarificationPrompt(maxAttempts: Int, messages: List<BotClarificationPromptMessage>, responseCard: String? = null)
Types
Properties
Link copied to clipboard
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.