Bot Fulfillment Start Response Specification Args
data class BotFulfillmentStartResponseSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val delayInSeconds: Output<Int>, val messageGroups: Output<List<BotMessageGroupArgs>>) : ConvertibleToJava<BotFulfillmentStartResponseSpecificationArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, delayInSeconds: Output<Int>, messageGroups: Output<List<BotMessageGroupArgs>>)
Properties
Link copied to clipboard
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.