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
fun IntentSlotValueElicitationPromptArgs(maxAttempts: Output<Int>, messages: Output<List<IntentSlotValueElicitationPromptMessageArgs>>, responseCard: Output<String>? = null)

Functions

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

Properties

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