Bot Fulfillment Updates Specification
data class BotFulfillmentUpdatesSpecification(val active: Boolean, val startResponse: BotFulfillmentStartResponseSpecification? = null, val timeoutInSeconds: Int? = null, val updateResponse: BotFulfillmentUpdateResponseSpecification? = null)
Provides information for updating the user on the progress of fulfilling an intent.
Constructors
Link copied to clipboard
fun BotFulfillmentUpdatesSpecification(active: Boolean, startResponse: BotFulfillmentStartResponseSpecification? = null, timeoutInSeconds: Int? = null, updateResponse: BotFulfillmentUpdateResponseSpecification? = null)