Bot Prompt Attempt Specification
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)