BotAllowedInputTypesArgs

data class BotAllowedInputTypesArgs(val allowAudioInput: Output<Boolean>, val allowDtmfInput: Output<Boolean>) : ConvertibleToJava<BotAllowedInputTypesArgs>

Constructors

Link copied to clipboard
constructor(allowAudioInput: Output<Boolean>, allowDtmfInput: Output<Boolean>)

Properties

Link copied to clipboard
Link copied to clipboard
val allowDtmfInput: Output<Boolean>

Functions

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