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