BotStillWaitingResponseSpecification

data class BotStillWaitingResponseSpecification(val allowInterrupt: Boolean? = null, val frequencyInSeconds: Int, val messageGroupsList: List<BotMessageGroup>, val timeoutInSeconds: Int)

StillWaitingResponseSpecification.

Constructors

Link copied to clipboard
fun BotStillWaitingResponseSpecification(allowInterrupt: Boolean? = null, frequencyInSeconds: Int, messageGroupsList: List<BotMessageGroup>, timeoutInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowInterrupt: Boolean? = null

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard