BotPromptAttemptSpecification

data class BotPromptAttemptSpecification(val allowInterrupt: Boolean? = null, val allowedInputTypes: BotAllowedInputTypes, val audioAndDtmfInputSpecification: BotAudioAndDtmfInputSpecification? = null, val textInputSpecification: BotTextInputSpecification? = null)

Specifies the settings on a prompt attempt.

Constructors

Link copied to clipboard
constructor(allowInterrupt: Boolean? = null, allowedInputTypes: BotAllowedInputTypes, audioAndDtmfInputSpecification: BotAudioAndDtmfInputSpecification? = null, textInputSpecification: BotTextInputSpecification? = null)

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 attempt from the bot.