BotResponseSpecificationArgs

data class BotResponseSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val messageGroupsList: Output<List<BotMessageGroupArgs>>) : ConvertibleToJava<BotResponseSpecificationArgs>

A list of message groups that Amazon Lex uses to respond the user input.

Constructors

Link copied to clipboard
fun BotResponseSpecificationArgs(allowInterrupt: Output<Boolean>? = null, messageGroupsList: Output<List<BotMessageGroupArgs>>)

Functions

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

Properties

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

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

Link copied to clipboard