Bot Clarification Prompt
data class BotClarificationPrompt(val maxAttempts: Int, val messages: List<BotClarificationPromptMessage>, val responseCard: String? = null)
Constructors
Link copied to clipboard
constructor(maxAttempts: Int, messages: List<BotClarificationPromptMessage>, responseCard: String? = null)