BotPromptSpecificationArgs

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)

Functions

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

Properties

Link copied to clipboard
val allowInterrupt: Output<Boolean>? = null

Indicates whether the user can interrupt a speech prompt from the bot.

Link copied to clipboard
val maxRetries: Output<Int>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val promptAttemptsSpecification: Output<Any>? = null

Specifies the advanced settings on each attempt of the prompt.