Bot Fulfillment Updates Specification Args
data class BotFulfillmentUpdatesSpecificationArgs(val active: Output<Boolean>, val startResponse: Output<BotFulfillmentStartResponseSpecificationArgs>? = null, val timeoutInSeconds: Output<Int>? = null, val updateResponse: Output<BotFulfillmentUpdateResponseSpecificationArgs>? = null) : ConvertibleToJava<BotFulfillmentUpdatesSpecificationArgs>
Provides information for updating the user on the progress of fulfilling an intent.
Constructors
Link copied to clipboard
fun BotFulfillmentUpdatesSpecificationArgs(active: Output<Boolean>, startResponse: Output<BotFulfillmentStartResponseSpecificationArgs>? = null, timeoutInSeconds: Output<Int>? = null, updateResponse: Output<BotFulfillmentUpdateResponseSpecificationArgs>? = null)