BotFulfillmentUpdatesSpecification

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.

Link copied to clipboard
val timeoutInSeconds: Int? = null

The length of time that the fulfillment Lambda function should run before it times out.