Bot Prompt Specification Args
data class BotPromptSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val maxRetries: Output<Int>, val messageGroupsList: Output<List<BotMessageGroupArgs>>, val messageSelectionStrategy: Output<BotMessageSelectionStrategy>? = null, val promptAttemptsSpecification: Output<Any>? = null) : ConvertibleToJava<BotPromptSpecificationArgs>
Prompts the user to confirm the intent.
Constructors
Link copied to clipboard
fun BotPromptSpecificationArgs(allowInterrupt: Output<Boolean>? = null, maxRetries: Output<Int>, messageGroupsList: Output<List<BotMessageGroupArgs>>, messageSelectionStrategy: Output<BotMessageSelectionStrategy>? = null, promptAttemptsSpecification: Output<Any>? = null)