Bot Fulfillment Update Response Specification Args
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
Link copied to clipboard
fun BotFulfillmentUpdateResponseSpecificationArgs(allowInterrupt: Output<Boolean>? = null, frequencyInSeconds: Output<Int>, messageGroups: Output<List<BotMessageGroupArgs>>)