BotStillWaitingResponseSpecification

data class BotStillWaitingResponseSpecification(val allowInterrupt: Boolean? = null, val frequencyInSeconds: Int, val messageGroupsList: List<BotMessageGroup>, val timeoutInSeconds: Int)

StillWaitingResponseSpecification.

Constructors

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

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

How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.

Link copied to clipboard

One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.

Link copied to clipboard

If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.