BotResponseSpecification

data class BotResponseSpecification(val allowInterrupt: Boolean? = null, val messageGroupsList: List<BotMessageGroup>)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowInterrupt: Boolean? = null

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

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.