BotFulfillmentUpdateResponseSpecificationArgs

data class BotFulfillmentUpdateResponseSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val frequencyInSeconds: Output<Int>, val messageGroups: Output<List<BotMessageGroupArgs>>) : ConvertibleToJava<BotFulfillmentUpdateResponseSpecificationArgs>

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

Constructors

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

Properties

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

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

Link copied to clipboard
val frequencyInSeconds: Output<Int>

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.

Functions

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