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>

Specifies the settings on a prompt attempt.

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

Indicates whether the user can interrupt a speech prompt attempt from the bot.

Link copied to clipboard

Functions

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