BotDtmfSpecificationArgs

data class BotDtmfSpecificationArgs(val deletionCharacter: Output<String>, val endCharacter: Output<String>, val endTimeoutMs: Output<Int>, val maxLength: Output<Int>) : ConvertibleToJava<BotDtmfSpecificationArgs>

Constructors

Link copied to clipboard
constructor(deletionCharacter: Output<String>, endCharacter: Output<String>, endTimeoutMs: Output<Int>, maxLength: Output<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
val endCharacter: Output<String>
Link copied to clipboard
val endTimeoutMs: Output<Int>
Link copied to clipboard
val maxLength: Output<Int>

Functions

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