BotAllowedInputTypes

data class BotAllowedInputTypes(val allowAudioInput: Boolean, val allowDtmfInput: Boolean)

Specifies the allowed input types.

Constructors

Link copied to clipboard
constructor(allowAudioInput: Boolean, allowDtmfInput: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether audio input is allowed.

Link copied to clipboard

Indicates whether DTMF input is allowed.