Bot Fulfillment Update Response Specification
data class BotFulfillmentUpdateResponseSpecification(val allowInterrupt: Boolean? = null, val frequencyInSeconds: Int, val messageGroups: List<BotMessageGroup>)
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 BotFulfillmentUpdateResponseSpecification(allowInterrupt: Boolean? = null, frequencyInSeconds: Int, messageGroups: List<BotMessageGroup>)