BotClarificationPrompt

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of times to prompt the user for information.

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