BotFulfillmentStartResponseSpecificationArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val delayInSeconds: Output<Int>

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.

Functions

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