BotFulfillmentUpdateResponseSpecification

data class BotFulfillmentUpdateResponseSpecification(val allowInterrupt: Boolean? = null, val frequencyInSeconds: Int, val messageGroups: List<BotMessageGroup>)

Constructors

constructor(allowInterrupt: Boolean? = null, frequencyInSeconds: Int, messageGroups: List<BotMessageGroup>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowInterrupt: Boolean? = null

Determines whether the user can interrupt an update message while it is playing.

Link copied to clipboard

The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.

Link copied to clipboard

1 - 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.