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>
Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
Constructors
Link copied to clipboard
fun BotFulfillmentStartResponseSpecificationArgs(allowInterrupt: Output<Boolean>? = null, delayInSeconds: Output<Int>, messageGroups: Output<List<BotMessageGroupArgs>>)