BotPromptAttemptSpecificationArgs

data class BotPromptAttemptSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val allowedInputTypes: Output<BotAllowedInputTypesArgs>, val audioAndDtmfInputSpecification: Output<BotAudioAndDtmfInputSpecificationArgs>? = null, val textInputSpecification: Output<BotTextInputSpecificationArgs>? = null) : ConvertibleToJava<BotPromptAttemptSpecificationArgs>

Constructors

Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, allowedInputTypes: Output<BotAllowedInputTypesArgs>, audioAndDtmfInputSpecification: Output<BotAudioAndDtmfInputSpecificationArgs>? = null, textInputSpecification: Output<BotTextInputSpecificationArgs>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val allowInterrupt: Output<Boolean>? = null
Link copied to clipboard

Functions

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