Intent Confirmation Prompt
data class IntentConfirmationPrompt(val maxAttempts: Int, val messages: List<IntentConfirmationPromptMessage>, val responseCard: String? = null)
Constructors
Link copied to clipboard
constructor(maxAttempts: Int, messages: List<IntentConfirmationPromptMessage>, responseCard: String? = null)