Bot Prompt Attempt Specification Args
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)