BotAudioAndDtmfInputSpecification

data class BotAudioAndDtmfInputSpecification(val audioSpecification: BotAudioSpecification? = null, val dtmfSpecification: BotDtmfSpecification? = null, val startTimeoutMs: Int)

Specifies the audio and DTMF input specification.

Constructors

Link copied to clipboard
constructor(audioSpecification: BotAudioSpecification? = null, dtmfSpecification: BotDtmfSpecification? = null, startTimeoutMs: Int)

Types

Link copied to clipboard
object Companion

Properties

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

Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.