BotPromptAttemptSpecification

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

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