BotResponseSpecificationArgs

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

Constructors

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

Properties

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

Indicates whether the user can interrupt a speech response from Amazon Lex.

Link copied to clipboard

A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.

Functions

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