IntentSlotValueElicitationPrompt

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

Constructors

Link copied to clipboard
constructor(maxAttempts: Int, messages: List<IntentSlotValueElicitationPromptMessage>, 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. Must be a number between 1 and 5 (inclusive).

Link copied to clipboard
val responseCard: String? = null