BotAudioSpecificationArgs

data class BotAudioSpecificationArgs(val endTimeoutMs: Output<Int>, val maxLengthMs: Output<Int>) : ConvertibleToJava<BotAudioSpecificationArgs>

Specifies the audio input specifications.

Constructors

Link copied to clipboard
constructor(endTimeoutMs: Output<Int>, maxLengthMs: Output<Int>)

Properties

Link copied to clipboard
val endTimeoutMs: Output<Int>

Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

Link copied to clipboard
val maxLengthMs: Output<Int>

Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.

Functions

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