IntentConfirmationPrompt

data class IntentConfirmationPrompt(val maxAttempts: Int, val messages: List<IntentConfirmationPromptMessage>, val responseCard: String? = null)

Constructors

Link copied to clipboard
fun IntentConfirmationPrompt(maxAttempts: Int, messages: List<IntentConfirmationPromptMessage>, responseCard: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val responseCard: String? = null