IntentConfirmationPromptArgs

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

Constructors

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

Functions

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

Properties

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