Bot Clarification Prompt Args
data class BotClarificationPromptArgs(val maxAttempts: Output<Int>, val messages: Output<List<BotClarificationPromptMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<BotClarificationPromptArgs>
Constructors
Link copied to clipboard
constructor(maxAttempts: Output<Int>, messages: Output<List<BotClarificationPromptMessageArgs>>, responseCard: Output<String>? = null)
Properties
Link copied to clipboard
The number of times to prompt the user for information.
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. slot values into the response card. For more information, see Example: Using a Response Card.