BotAudioAndDtmfInputSpecificationArgs

data class BotAudioAndDtmfInputSpecificationArgs(val audioSpecification: Output<BotAudioSpecificationArgs>? = null, val dtmfSpecification: Output<BotDtmfSpecificationArgs>? = null, val startTimeoutMs: Output<Int>) : ConvertibleToJava<BotAudioAndDtmfInputSpecificationArgs>

Specifies the audio and DTMF input specification.

Constructors

Link copied to clipboard
constructor(audioSpecification: Output<BotAudioSpecificationArgs>? = null, dtmfSpecification: Output<BotDtmfSpecificationArgs>? = null, startTimeoutMs: Output<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTimeoutMs: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): BotAudioAndDtmfInputSpecificationArgs