BotFulfillmentStartResponseSpecification

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

Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.

Constructors

Link copied to clipboard
constructor(allowInterrupt: Boolean? = null, delayInSeconds: 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 the start message while it is playing.

Link copied to clipboard

The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.

Link copied to clipboard

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