IntentSlotValueElicitationPromptArgs

data class IntentSlotValueElicitationPromptArgs(val maxAttempts: Output<Int>, val messages: Output<List<IntentSlotValueElicitationPromptMessageArgs>>, val responseCard: Output<String>? = null) : ConvertibleToJava<IntentSlotValueElicitationPromptArgs>

Constructors

Link copied to clipboard
constructor(maxAttempts: Output<Int>, messages: Output<List<IntentSlotValueElicitationPromptMessageArgs>>, responseCard: Output<String>? = null)

Properties

Link copied to clipboard
val maxAttempts: Output<Int>

The number of times to prompt the user for information. Must be a number between 1 and 5 (inclusive).

Link copied to clipboard
Link copied to clipboard
val responseCard: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): IntentSlotValueElicitationPromptArgs