BotAudioSpecificationArgs

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

Constructors

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

Properties

Link copied to clipboard
val endTimeoutMs: Output<Int>
Link copied to clipboard
val maxLengthMs: Output<Int>

Functions

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