Bot Fulfillment Start Response Specification
data class BotFulfillmentStartResponseSpecification(val allowInterrupt: Boolean? = null, val delayInSeconds: Int, val messageGroups: List<BotMessageGroup>)
Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
Constructors
Link copied to clipboard
fun BotFulfillmentStartResponseSpecification(allowInterrupt: Boolean? = null, delayInSeconds: Int, messageGroups: List<BotMessageGroup>)